pub async fn connect_accessor<P: DiscoverableProtocolMarker>(
moniker: &Moniker,
accessor_name: &str,
proxy: &RealmQueryProxy,
) -> Result<P::Proxy, Error>
Expand description
Attempt to connect to the fuchsia.diagnostics.*ArchiveAccessor
with the selector
specified.