Trait Debug

Source
pub unsafe trait Debug: NewerTypeInternalTrait_5307905846408221443 + Debug { }
Expand description

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

§Example

#[implement(newer_type::traits::Debug)]
struct MyStruct {
    slot: u8
}

§Safety

should be implemented by newer_type::implement

Implementors§