make_GraphService_server

Function make_GraphService_server 

Source
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,