Trait std::fmt::String[src]

pub trait String {
    fn fmt(&self, &mut Formatter) -> Result<(), FormatError>;
}

Format trait for the s character

Required Methods

fn fmt(&self, &mut Formatter) -> Result<(), FormatError>

Formats the value using the given formatter.

Implementors