pub trait AsBytes {
// Required method
fn as_bytes(&self) -> Vec<u8> ⓘ;
}
Expand description
Serialize function without args Used for serialization when formatting options are not relevant
pub trait AsBytes {
// Required method
fn as_bytes(&self) -> Vec<u8> ⓘ;
}
Serialize function without args Used for serialization when formatting options are not relevant