Type Alias DebugMap

Source
pub type DebugMap = TypeMap<dyn DebugAny>;
Expand description

A version of TypeMap containing only Debug types.

Aliased Typeยง

pub struct DebugMap { /* private fields */ }