[][src]Function nebula_graph_fbthrift_storage_v2::server::make_StorageAdminService_server

pub fn make_StorageAdminService_server<F, H, R>(
    proto: ProtocolID,
    handler: H
) -> Result<Box<dyn ThriftService<F, Handler = H, RequestContext = R> + Send + 'static>, ApplicationException> where
    F: Framing + Send + Sync + 'static,
    H: StorageAdminService,
    R: Send + Sync + 'static,