karyon_jsonrpc::server::pubsub_service

Type Alias PubSubRPCMethodOutput

Source
type PubSubRPCMethodOutput<'a> = Pin<Box<dyn Future<Output = RPCResult<Value>> + Send + Sync + 'a>>;

Aliased Typeยง

struct PubSubRPCMethodOutput<'a> {}