Module prelude

Module prelude 

Source
Expand description

Extension traits useful for importing wholesale.

Re-exports§

pub use super::Current;
pub use super::CurrentSI;
pub use super::WithCurrentSystemInfo;

Traits§

FromBufRead
Types which can be parsed from a BufRead implementation.
FromBufReadSI
Types which can be parsed from a BufRead implementation and system info.
FromRead
Types which can be parsed from a Read implementation.
FromReadSI
Types which can be parsed from a Read implementation and system info.