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

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

Format trait for the p character

Required Methods

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

Formats the value using the given formatter.

Implementors