pub trait InternalDefault {
    fn _default() -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors