Struct quote::Hex
[−]
[src]
pub struct Hex<T>(pub T);
Wrap an integer so it interpolates as a hexadecimal.
Trait Implementations
impl<T: Debug> Debug for Hex<T>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more