async fn get_superuser_capability_on_session(
session: Arc<RpcSession>,
_method: Box<GetSuperuserCapability>,
ctx: Arc<dyn Context>,
) -> Result<SingleIdResponse, RpcError>Expand description
Implement arti::get_superuser_capability on RpcSession.