Trait fuel_vm::prelude::SerializableVec
source ·
[−]pub trait SerializableVec: SizedBytes {
fn to_bytes(&mut self) -> Vec<u8, Global>;
}
Expand description
Auto-trait to create variable sized vectors out of SizedBytes
implementations.