pub type Context = Arc<dyn Display + Sync + Send + RefUnwindSafe>;
struct Context { /* private fields */ }