Function fuchsia_component::client::open_service_at_dir
source ยท pub fn open_service_at_dir<S: ServiceMarker>(
directory: &DirectoryProxy,
) -> Result<DirectoryProxy, Error>
Expand description
Opens a FIDL service hosted in directory
as a directory, which holds
instances of the service.