Trait oasis_core_runtime::enclave_rpc::dispatcher::Handler

source ·
pub trait Handler {
    // Required method
    fn methods(&'static self) -> Vec<Method>;
}
Expand description

RPC handler.

Required Methods§

source

fn methods(&'static self) -> Vec<Method>

Returns the list of RPC methods supported by this handler.

Implementors§