Type Alias ghost_crab::handler::HandleInstance

source ·
pub type HandleInstance = Arc<Box<dyn Handler + Send + Sync>>;

Aliased Type§

struct HandleInstance { /* private fields */ }