pub type OnlineAuthorities = Vec<u32>;

Aliased Type§

struct OnlineAuthorities {
    buf: RawVec<u32>,
    len: usize,
}

Fields§

§buf: RawVec<u32>§len: usize