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.
async fn session_list_all_rpc_methods(
_session: Arc<RpcSession>,
_method: Box<ListAllRpcMethods>,
ctx: Arc<dyn Context>,
) -> Result<RpcDispatchInformation, Infallible>Implement ListAllRpcMethods on an RpcSession.