Trait validator::HasLen [] [src]

pub trait HasLen {
    fn length(&self) -> u64;
}

Required Methods

Implementors