Trait mamba::check::name::Empty

source ·
pub trait Empty {
    fn is_empty(&self) -> bool;
    fn empty() -> Self;
}

Required Methods§

Implementors§