Struct rt_format::map::NoMap [−][src]
pub struct NoMap;
Expand description
A Map implementation that always returns None.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NoMapimpl UnwindSafe for NoMap