Trait diem_sdk::crypto::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

fn length(&self) -> usize[src]

Expand description

The serialized length of the data

Loading content...

Implementors

Loading content...