Function fuchsia_component::client::open_childs_exposed_directory
source ยท pub async fn open_childs_exposed_directory(
child_name: impl Into<String>,
collection_name: Option<String>,
) -> Result<DirectoryProxy, Error>
Expand description
Opens the exposed directory from a child. Only works in CFv2, and only works if this component
uses fuchsia.component.Realm
.