Trait std::fmt::UpperExpStable [-] [+] [src]

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

Format trait for the E character

Required Methods

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

Formats the value using the given formatter.

Implementors