pub trait NewEmpty {
    fn empty() -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors