Type Definition wsrpc::BoxedService

source · []
pub type BoxedService<Ctx> = Box<dyn WebsocketService<Ctx> + Send + Sync>;