Module zebra_chain::fmt
source · Expand description
Format wrappers for Zebra
Re-exports§
pub use time::duration_short;
pub use time::humantime_milliseconds;
pub use time::humantime_seconds;
Modules§
- Human-readable formats for times and durations.
Structs§
- Wrapper to override
Debug
, redirecting it to theDisplay
impl. - Wrapper to override
Debug
, redirecting it to hex-encode the type. The type must implementAsRef<[u8]>
. - Wrapper to override
Debug
to display a shorter summary of the type. - Wrapper to override
Debug
, redirecting it to only output the type’s name.