Trait UpperHex

Source
pub unsafe trait UpperHex: UpperHex { }
Expand description

This trait is empty declaration of ::core::fmt::UpperHex to be used with newer_type::implement.

§Example

#[implement(newer_type_std::fmt::UpperHex)]
struct MyStruct {
    slot: u8
}

§Safety

should be implemented by newer_type::implement

Implementors§