pub async fn open_instance_directory(
moniker: &Moniker,
dir_type: OpenDirType,
realm: &RealmQueryProxy,
) -> Result<DirectoryProxy, OpenError>
Expand description
Opens the specified directory type in a component instance identified by moniker
.