Struct parity_wasm::elements::CountedList
source · [−]pub struct CountedList<T: Deserialize>(_);
Expand description
List for reading sequence of elements typed T
, given
they are preceded by length (serialized as VarUint32).
Implementations
Destroy counted list returing inner vector.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for CountedList<T> where
T: RefUnwindSafe,
impl<T> Send for CountedList<T> where
T: Send,
impl<T> Sync for CountedList<T> where
T: Sync,
impl<T> Unpin for CountedList<T> where
T: Unpin,
impl<T> UnwindSafe for CountedList<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more