Type Alias HandlerObj

Source
pub type HandlerObj = Arc<dyn Handler + Send + Sync>;

Aliased Typeยง

struct HandlerObj { /* private fields */ }