pub trait Unit {
    fn make() -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors