Trait fuel_types::bytes::SerializableVec
source · pub trait SerializableVec: SizedBytes {
// Required method
fn to_bytes(&mut self) -> Vec<u8>;
}Expand description
Auto-trait to create variable sized vectors out of SizedBytes implementations.