pub type Calls = Vec<RuntimeCall>;
Aliased Type§
struct Calls {
buf: RawVec<RuntimeCall>,
len: usize,
}
Fields§
§buf: RawVec<RuntimeCall>
§len: usize
pub type Calls = Vec<RuntimeCall>;
struct Calls {
buf: RawVec<RuntimeCall>,
len: usize,
}
buf: RawVec<RuntimeCall>
§len: usize