Trait diem_crypto::traits::Length
source · pub trait Length {
// Required method
fn length(&self) -> usize;
}
Expand description
The serialized length of the data that enables macro derived serialization and deserialization.