[][src]Function nebula_graph_fbthrift_graph_v2::server::make_GraphService_server

pub fn make_GraphService_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: GraphService,
    R: Send + Sync + 'static,