[src]

Trait std::fmt::String

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

Format trait for the s character

Required Methods

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

Formats the value using the given formatter.

Implementors