Trait std::fmt::UpperHex

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

Format trait for the X character

Required Methods

fn fmt(&Self, &mut Formatter)

Implementors