Enum jsonrpc_core::RemoteProcedure
[−]
[src]
pub enum RemoteProcedure<T: Metadata> { Method(Box<RpcMethod<T>>), Notification(Box<RpcNotification<T>>), Alias(String), }
Possible Remote Procedures with Metadata
Variants
Method(Box<RpcMethod<T>>)A method call
Notification(Box<RpcNotification<T>>)A notification
Alias(String)An alias to other method,