Skip to main content

LowerHex

Trait LowerHex 

Source
pub unsafe trait LowerHex: LowerHex { }
Expand description

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

§Example

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

§Safety

should be implemented by newer_type::implement

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§