Type Definition wsrpc::BoxedService[][src]

type BoxedService<Ctx> = Box<dyn WebsocketService<Ctx> + Send + Sync>;