ShareDebugMap

Type Alias ShareDebugMap 

Source
pub type ShareDebugMap = TypeMap<dyn DebugAny + Send + Sync>;
Expand description

A version of TypeMap containing only Debug + Send + Sync types.

Aliased Typeยง

pub struct ShareDebugMap { /* private fields */ }