Trait agnes::data_types::MaxLen[][src]

pub trait MaxLen<DTypes> {
    fn max_len(&self) -> usize;
}

Trait that provides a method for returning the maximum length of a field in a heterogeneous storage structure.

Required Methods

Returns the maximum length of all fields in this structure.

Implementors