Module fmt

Source

Traitsยง

Binary
This trait is empty declaration of ::core::fmt::Binary to be used with newer_type::implement.
Debug
This trait is empty declaration of ::core::fmt::Debug to be used with newer_type::implement.
Display
This trait is empty declaration of ::core::fmt::Display to be used with newer_type::implement.
LowerExp
This trait is empty declaration of ::core::fmt::LowerExp to be used with newer_type::implement.
LowerHex
This trait is empty declaration of ::core::fmt::LowerHex to be used with newer_type::implement.
Octal
This trait is empty declaration of ::core::fmt::Octal to be used with newer_type::implement.
Pointer
This trait is empty declaration of ::core::fmt::Pointer to be used with newer_type::implement.
UpperExp
This trait is empty declaration of ::core::fmt::UpperExp to be used with newer_type::implement.
UpperHex
This trait is empty declaration of ::core::fmt::UpperHex to be used with newer_type::implement.
Write
This trait is empty declaration of ::core::fmt::Write to be used with newer_type::implement.