[][src]Function nebula_fbthrift_graph::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: RequestContext<Name = ConstCStr> + Send + Sync + 'static,
    <R as RequestContext>::ContextStack: ContextStack + Send + Sync + 'static,