RpcMethod

Type Alias RpcMethod 

Source
pub type RpcMethod<T> = dyn Fn(&T, Arc<RpcContext>) -> Result<ServiceResult<'_>> + Sync + Send;
Expand description

The most original RPC method