Modules§
- array
- Utilities for the array primitive type.
- checks
- io
- Traits, helpers, and type definitions for core I/O functionality.
Structs§
Enums§
Traits§
- Debug
?
formatting.- Display
- Format trait for an empty format,
{}
. - TryInto
- An attempted conversion that consumes
self
, which may or may not be expensive. - Write
- A trait for objects which are byte-oriented sinks.
Functions§
Type Aliases§
- fmtResult
- The type returned by formatter methods.
Derive Macros§
- Debug
- Derive macro generating an impl of the trait
Debug
.