pub trait Handler { // Required method fn methods(&'static self) -> Vec<Method>; }
RPC handler.
Returns the list of RPC methods supported by this handler.