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