pub async fn has_hermetic_network_realm(
    realm_proxy: &RealmProxy
) -> Result<bool>
Expand description

Returns true if the hermetic network realm exists.

The provided realm_proxy should correspond to the Network Test Realm controller component.

§Errors

An error will be returned if the realm_proxy encounters an error while attempting to list the children of the Network Test Realm.