pub type Output = Vec<Public>;

Aliased Type§

struct Output {
    buf: RawVec<Public>,
    len: usize,
}

Fields§

§buf: RawVec<Public>§len: usize