pub type FactoryFuture = Pin<Box<dyn Future<Output = Result<Arc<dyn RpcServiceHandler>, RuntimeError>> + Send>>;Aliased Typeยง
pub struct FactoryFuture { /* private fields */ }pub type FactoryFuture = Pin<Box<dyn Future<Output = Result<Arc<dyn RpcServiceHandler>, RuntimeError>> + Send>>;pub struct FactoryFuture { /* private fields */ }