Trait extra_default::DefaultRef [] [src]

pub trait DefaultRef: 'static {
    fn default_ref() -> &'static Self;
}

Allows creating a default static reference to a type.

Required Methods

Creates a reasonable default static reference for this type.

Implementors