Type Alias Context

Source
pub type Context = Arc<dyn Display + Sync + Send + RefUnwindSafe>;

Aliased Typeยง

struct Context { /* private fields */ }