Module fuchsia_component::client

source ·
Expand description

Tools for starting or connecting to existing Fuchsia applications and services.

Structs§

  • A protocol connection request that allows checking if the protocol exists.
  • A service from an incoming namespace’s /svc directory.
  • An instance of an aggregated fidl service that has been enumerated by [ServiceWatcher::watch] or [ServiceWatcher::watch_for_any].
  • This wraps an instance directory for a service capability and provides the MemberOpener trait for it. This can be boxed and used with a |ServiceProxy::from_member_opener|.
  • A stream iterator for a service directory that produces one item for every service instance that is added to it as they are added. Returned from Service::watch

Functions§