Type Alias telers::context::Context

source ·
pub type Context = DashMap<&'static str, Box<dyn Any + Send + Sync>>;

Aliased Type§

struct Context { /* private fields */ }