pub type AuthZoneDrainOutput = Vec<Proof>;

Aliased Type§

struct AuthZoneDrainOutput {
    buf: RawVec<Proof>,
    len: usize,
}

Fields§

§buf: RawVec<Proof>§len: usize