pub async fn has_stub(realm_proxy: &RealmProxy) -> Result<bool>
Expand description
Returns true if the hermetic-network realm contains a stub.
The provided realm_proxy
should correspond to the hermetic-network realm.
ยงErrors
An error will be returned if the realm_proxy
encounters an error while
attempting to list the children of the hermetic-network realm.