pub async fn connect_to_accessor_selector(
selector: Option<&str>,
query_proxy: &RealmQueryProxy,
) -> Result<ArchiveAccessorProxy, Error>
Expand description
Connect to fuchsia.diagnostics.*ArchivistAccessor
with the provided selector string.
The selector string should be in the form of “bootstrap/archivist:fuchsia.diagnostics.ArchiveAccessor
.