pub trait IsSizedDomain: Domain {
    // Required method
    fn get_size(&self) -> Fallible<usize>;
}

Required Methods§

Implementors§