Expand description
Random utlity functions and types that I need from time to time but aren’t worth dedicating their own crate to.
Structs§
- Display
IsDebug - Wrapper type that implements
Display
usingT
sDebug
.
Functions§
- default
- Free function that returns
T::default()
.