Trait diem_sdk::crypto::traits::Length[][src]

pub trait Length {
    fn length(&self) -> usize;
}
Expand description

The serialized length of the data that enables macro derived serialization and deserialization.

Required methods

The serialized length of the data

Implementors