pub trait DefaultString {
    fn default() -> String;
}
Expand description

A default value for a DefaultedString.

Required Methods

Implementors