pub type Calls = Vec<RuntimeCall>;

Aliased Type§

struct Calls {
    buf: RawVec<RuntimeCall>,
    len: usize,
}

Fields§

§buf: RawVec<RuntimeCall>§len: usize