Enum jsonrpc_core::RemoteProcedure [] [src]

pub enum RemoteProcedure<T: Metadata> {
    Method(Box<RpcMethod<T>>),
    Notification(Box<RpcNotification<T>>),
}

Possible Remote Procedures with Metadata

Variants

A method call

A notification