Trait Binary

Source
pub unsafe trait Binary: Binary { }
Expand description

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

§Example

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

§Safety

should be implemented by newer_type::implement

Implementors§