Skip to main content

session_list_all_rpc_methods

Function session_list_all_rpc_methods 

Source
async fn session_list_all_rpc_methods(
    _session: Arc<RpcSession>,
    _method: Box<ListAllRpcMethods>,
    ctx: Arc<dyn Context>,
) -> Result<RpcDispatchInformation, Infallible>
Expand description

Implement ListAllRpcMethods on an RpcSession.