Trait extra_default::DefaultBox [] [src]

pub trait DefaultBox {
    fn default_box() -> Box<Self>;
}

Allows creating a default box of a type.

Required Methods

Creates a reasonable default box of this type.

Implementors