Trait std::fmt::LowerHex

pub trait LowerHex {
    fn fmt(&Self, &mut Formatter);
}

Format trait for the x character

Required Methods

fn fmt(&Self, &mut Formatter)

Implementors