pub trait StrictDumb: Sized {
    fn strict_dumb() -> Self;
}

Required Methods§

Implementors§