pub trait ListRpcCommands {
    // Required method
    fn list_rpc_commands(&mut self) -> Vec<String>;
}

Required Methods§

Implementors§