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