logo
pub trait Make0 {
    fn make_0() -> Self;

    fn make() -> Self { ... }
}
Expand description

Constructor without arguments.

Required Methods

Constructor without arguments.

Provided Methods

Constructor without arguments.

Implementors