Context

Type Alias Context 

Source
pub type Context = Context;

Aliased Type§

#[repr(transparent)]
pub struct Context(pub Box<dyn Any + Send>);

Tuple Fields§

§0: Box<dyn Any + Send>