Trait ProtocolMarker

Source
pub trait ProtocolMarker:
    Sized
    + Send
    + Sync
    + 'static {
    type Proxy: Proxy<Protocol = Self>;
    type SynchronousProxy: SynchronousProxy<Protocol = Self>;
    type RequestStream: RequestStream<Protocol = Self>;

    const DEBUG_NAME: &'static str;
}
Expand description

A marker for a particular FIDL protocol.

Implementations of this trait can be used to manufacture instances of a FIDL protocol and get metadata about a particular protocol.

Required Associated Constants§

Source

const DEBUG_NAME: &'static str

The name of the protocol suitable for debug purposes.

For discoverable protocols, this should be identical to <Self as DiscoverableProtocolMarker>::PROTOCOL_NAME.

Required Associated Types§

Source

type Proxy: Proxy<Protocol = Self>

The type of the structure against which FIDL requests are made. Queries made against the proxy are sent to the paired ServerEnd.

Source

type SynchronousProxy: SynchronousProxy<Protocol = Self>

The type of the structure against which thread-blocking FIDL requests are made. Queries made against the proxy are sent to the paired ServerEnd.

Source

type RequestStream: RequestStream<Protocol = Self>

The type of the stream of requests coming into a server.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

impl ProtocolMarker for InspectPuppetMarker

impl ProtocolMarker for InspectPuppetMarker

impl ProtocolMarker for TestAddDeviceMarker

impl ProtocolMarker for InstanceMarker

impl ProtocolMarker for InstanceMarker

impl ProtocolMarker for InstanceMarker

impl ProtocolMarker for IteratorMarker

impl ProtocolMarker for StoreMarker

impl ProtocolMarker for StoreMarker

impl ProtocolMarker for StoreMarker

impl ProtocolMarker for StoreMarker

impl ProtocolMarker for StoreMarker

impl ProtocolMarker for StoreMarker

impl ProtocolMarker for EchoMarker

impl ProtocolMarker for ColorTransformHandlerMarker

impl ProtocolMarker for ColorTransformMarker

impl ProtocolMarker for MagnificationHandlerMarker

impl ProtocolMarker for MagnifierMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for InspectPuppetMarker

impl ProtocolMarker for InspectWriterMarker

impl ProtocolMarker for LazyInspectPuppetMarker

impl ProtocolMarker for LogPuppetMarker

impl ProtocolMarker for PuppetMarker

impl ProtocolMarker for RealmFactoryMarker

impl ProtocolMarker for StopWaiterMarker

impl ProtocolMarker for StopWatcherMarker

impl ProtocolMarker for DelayWatcherMarker

impl ProtocolMarker for GainControlMarker

impl ProtocolMarker for StreamSinkMarker

impl ProtocolMarker for DeviceControlMarker

impl ProtocolMarker for PlayerMarker

impl ProtocolMarker for RecordCancelerMarker

impl ProtocolMarker for RecorderMarker

impl ProtocolMarker for ControlCreatorMarker

impl ProtocolMarker for ControlMarker

impl ProtocolMarker for ObserverMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for RegistryMarker

impl ProtocolMarker for RingBufferMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for WaiterMarker

impl ProtocolMarker for ChannelMarker

impl ProtocolMarker for AudioModeMarker

impl ProtocolMarker for PeerControllerMarker

impl ProtocolMarker for PeerManagerMarker

impl ProtocolMarker for AbsoluteVolumeHandlerMarker

impl ProtocolMarker for BrowseControllerMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for PeerManagerMarker

impl ProtocolMarker for TargetHandlerMarker

impl ProtocolMarker for BrowseControllerExtMarker

impl ProtocolMarker for ControllerExtMarker

impl ProtocolMarker for PeerManagerExtMarker

impl ProtocolMarker for AudioDirectionExtMarker

impl ProtocolMarker for AudioOffloadControllerMarker

impl ProtocolMarker for AudioOffloadExtMarker

impl ProtocolMarker for ConnectionReceiverMarker

impl ProtocolMarker for L2capParametersExtMarker

impl ProtocolMarker for ProfileMarker

impl ProtocolMarker for ScoConnectionMarker

impl ProtocolMarker for SearchResultsMarker

impl ProtocolMarker for MockPeerMarker

impl ProtocolMarker for PeerObserverMarker

impl ProtocolMarker for ProfileTestMarker

impl ProtocolMarker for DeviceIdentificationHandleMarker

impl ProtocolMarker for DeviceIdentificationMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for ProviderWatcherMarker

impl ProtocolMarker for ClientMarker

impl ProtocolMarker for LocalServiceDelegateMarker

impl ProtocolMarker for LocalServiceMarker

impl ProtocolMarker for RemoteServiceMarker

impl ProtocolMarker for Server_Marker

impl ProtocolMarker for CharacteristicNotifierMarker

impl ProtocolMarker for ClientMarker

impl ProtocolMarker for LocalServiceMarker

impl ProtocolMarker for RemoteServiceMarker

impl ProtocolMarker for Server_Marker

impl ProtocolMarker for CallManagerMarker

impl ProtocolMarker for CallMarker

impl ProtocolMarker for HandsFreeMarker

impl ProtocolMarker for HeadsetGainMarker

impl ProtocolMarker for HfpMarker

impl ProtocolMarker for PeerHandlerMarker

impl ProtocolMarker for HfpTestMarker

impl ProtocolMarker for BondingDelegateMarker

impl ProtocolMarker for DiscoverySessionMarker

impl ProtocolMarker for HostMarker

impl ProtocolMarker for PeerWatcherMarker

impl ProtocolMarker for ReceiverMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for StreamSuspenderMarker

impl ProtocolMarker for AdvertisedPeripheralMarker

impl ProtocolMarker for AdvertisingHandleMarker

impl ProtocolMarker for CentralMarker

impl ProtocolMarker for ChannelListenerMarker

impl ProtocolMarker for ChannelListenerRegistryMarker

impl ProtocolMarker for CodecDelayMarker

impl ProtocolMarker for ConnectionMarker

impl ProtocolMarker for IsochronousStreamMarker

impl ProtocolMarker for PeripheralMarker

impl ProtocolMarker for PrivilegedPeripheralMarker

impl ProtocolMarker for ScanResultWatcherMarker

impl ProtocolMarker for AccessorMarker

impl ProtocolMarker for MessageControllerMarker

impl ProtocolMarker for MessagingClientMarker

impl ProtocolMarker for NotificationRegistrationMarker

impl ProtocolMarker for GrpcServerControllerMarker

impl ProtocolMarker for RootcanalClientControllerMarker

impl ProtocolMarker for ReporterMarker

impl ProtocolMarker for WatcherMarker

impl ProtocolMarker for RfcommTestMarker

impl ProtocolMarker for PacketObserverMarker

impl ProtocolMarker for SnoopMarker

impl ProtocolMarker for AccessMarker

impl ProtocolMarker for BootstrapMarker

impl ProtocolMarker for ConfigurationMarker

impl ProtocolMarker for HostWatcherMarker

impl ProtocolMarker for PairingDelegate2Marker

impl ProtocolMarker for PairingDelegateMarker

impl ProtocolMarker for PairingMarker

impl ProtocolMarker for PairingRequestMarker

impl ProtocolMarker for ProcedureTokenMarker

impl ProtocolMarker for ArgumentsMarker

impl ProtocolMarker for FactoryItemsMarker

impl ProtocolMarker for ItemsMarker

impl ProtocolMarker for ReadOnlyLogMarker

impl ProtocolMarker for SvcStashMarker

impl ProtocolMarker for SvcStashProviderMarker

impl ProtocolMarker for UserbootMarker

impl ProtocolMarker for WriteOnlyLogMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for DeviceWatcherMarker

impl ProtocolMarker for Stream_Marker

impl ProtocolMarker for VirtualCameraDeviceMarker

impl ProtocolMarker for AggregateAndUploadMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for WaiterMarker

impl ProtocolMarker for LeafMarker

impl ProtocolMarker for LeafMarker

impl ProtocolMarker for WaiterMarker

impl ProtocolMarker for BinderMarker

impl ProtocolMarker for ChildIteratorMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for EventStreamMarker

impl ProtocolMarker for ExecutionControllerMarker

impl ProtocolMarker for IntrospectorMarker

impl ProtocolMarker for NamespaceMarker

impl ProtocolMarker for RealmMarker

impl ProtocolMarker for ResolverMarker

impl ProtocolMarker for ComponentControllerMarker

impl ProtocolMarker for ComponentRunnerMarker

impl ProtocolMarker for TaskProviderMarker

impl ProtocolMarker for CapabilityStoreMarker

impl ProtocolMarker for ConnectorRouterMarker

impl ProtocolMarker for DataRouterMarker

impl ProtocolMarker for DictionaryDrainIteratorMarker

impl ProtocolMarker for DictionaryEnumerateIteratorMarker

impl ProtocolMarker for DictionaryKeysIteratorMarker

impl ProtocolMarker for DictionaryMarker

impl ProtocolMarker for DictionaryRouterMarker

impl ProtocolMarker for DirConnectorRouterMarker

impl ProtocolMarker for DirEntryRouterMarker

impl ProtocolMarker for DirReceiverMarker

impl ProtocolMarker for DirectoryRouterMarker

impl ProtocolMarker for ReceiverMarker

impl ProtocolMarker for BuilderMarker

impl ProtocolMarker for RealmBuilderFactoryMarker

impl ProtocolMarker for RealmMarker

impl ProtocolMarker for CrasherMarker

impl ProtocolMarker for LauncherMarker

impl ProtocolMarker for PublisherMarker

impl ProtocolMarker for AgentIteratorMarker

impl ProtocolMarker for AttachedProcessIteratorMarker

impl ProtocolMarker for DebugAgentMarker

impl ProtocolMarker for LauncherMarker

impl ProtocolMarker for MinidumpIteratorMarker

impl ProtocolMarker for ProcessInfoIteratorMarker

impl ProtocolMarker for RemoteControlMarker

impl ProtocolMarker for ConnectorMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for NameProviderMarker

impl ProtocolMarker for TestDeviceMarker

impl ProtocolMarker for ConnectorMarker

impl ProtocolMarker for TopologicalPathMarker

impl ProtocolMarker for ArchiveAccessorMarker

impl ProtocolMarker for BatchIteratorMarker

impl ProtocolMarker for LogSettingsMarker

impl ProtocolMarker for LogStreamMarker

impl ProtocolMarker for CrasherMarker

impl ProtocolMarker for ArchiveAccessorMarker

impl ProtocolMarker for DataPersistenceMarker

impl ProtocolMarker for DetectControllerMarker

impl ProtocolMarker for TestCaseControllerMarker

impl ProtocolMarker for BootupWatcherMarker

impl ProtocolMarker for CompositeInfoIteratorMarker

impl ProtocolMarker for CompositeNodeSpecIteratorMarker

impl ProtocolMarker for DriverHostInfoIteratorMarker

impl ProtocolMarker for DriverInfoIteratorMarker

impl ProtocolMarker for ManagerMarker

impl ProtocolMarker for NodeInfoIteratorMarker

impl ProtocolMarker for CompositeNodeManagerMarker

impl ProtocolMarker for NodeControllerMarker

impl ProtocolMarker for NodeMarker

impl ProtocolMarker for DriverHostMarker

impl ProtocolMarker for DriverMarker

impl ProtocolMarker for DevelopmentManagerMarker

impl ProtocolMarker for DriverIndexMarker

impl ProtocolMarker for DriverNotifierMarker

impl ProtocolMarker for DriverHostLauncherMarker

impl ProtocolMarker for DriverHostMarker

impl ProtocolMarker for CloseControllerMarker

impl ProtocolMarker for ToolRunnerMarker

impl ProtocolMarker for DriverRegistrarMarker

impl ProtocolMarker for DriverListsMarker

impl ProtocolMarker for InternalMarker

impl ProtocolMarker for RealmMarker

impl ProtocolMarker for RealmFactoryMarker

impl ProtocolMarker for AnnotationControllerMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for GraphicalPresenterMarker

impl ProtocolMarker for ManagerMarker

impl ProtocolMarker for ViewControllerMarker

impl ProtocolMarker for CounterMarker

impl ProtocolMarker for FrameControlMarker

impl ProtocolMarker for MessageSourceMarker

impl ProtocolMarker for EchoLauncherMarker

impl ProtocolMarker for EchoMarker

impl ProtocolMarker for TicTacToeMarker

impl ProtocolMarker for CalculatorMarker

impl ProtocolMarker for ColocatedMarker

impl ProtocolMarker for FizzBuzzMarker

impl ProtocolMarker for ReverserMarker

impl ProtocolMarker for IntlWisdomServer_Marker

impl ProtocolMarker for ReadOnlyAccountMarker

impl ProtocolMarker for ReadWriteAccountMarker

impl ProtocolMarker for AlphaFactoryStoreProviderMarker

impl ProtocolMarker for FactoryStoreProviderMarker

impl ProtocolMarker for MiscFactoryStoreProviderMarker

impl ProtocolMarker for PlayReadyFactoryStoreProviderMarker

impl ProtocolMarker for WeaveFactoryStoreProviderMarker

impl ProtocolMarker for WidevineFactoryStoreProviderMarker

impl ProtocolMarker for FactoryDeviceMarker

impl ProtocolMarker for FactoryDriverMarker

impl ProtocolMarker for FactoryLookupMarker

impl ProtocolMarker for FactoryRegisterMarker

impl ProtocolMarker for ExampleMarker

impl ProtocolMarker for ChannelMarker

impl ProtocolMarker for EventMarker

impl ProtocolMarker for EventPairMarker

impl ProtocolMarker for FDomainMarker

impl ProtocolMarker for SocketMarker

impl ProtocolMarker for ComponentDataRegisterMarker

impl ProtocolMarker for CrashReporterMarker

impl ProtocolMarker for CrashReportingProductRegisterMarker

impl ProtocolMarker for DataProviderMarker

impl ProtocolMarker for DeviceIdProviderMarker

impl ProtocolMarker for LastRebootInfoProviderMarker

impl ProtocolMarker for FontSetEventListenerMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for ListTypefacesIteratorMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for AdminMarker

impl ProtocolMarker for AdminMarker

impl ProtocolMarker for RecoveryMarker

impl ProtocolMarker for StarnixVolumeProviderMarker

impl ProtocolMarker for CombinedDeviceMarker

impl ProtocolMarker for DependencyInjectionMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for DiagnosticDeviceMarker

impl ProtocolMarker for IcdLoaderDeviceMarker

impl ProtocolMarker for NotificationMarker

impl ProtocolMarker for PerformanceCounterAccessMarker

impl ProtocolMarker for PerformanceCounterEventsMarker

impl ProtocolMarker for PowerElementProviderMarker

impl ProtocolMarker for PrimaryMarker

impl ProtocolMarker for TestDeviceMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for UsbAdbImpl_Marker

impl ProtocolMarker for CodecConnectorMarker

impl ProtocolMarker for CodecMarker

impl ProtocolMarker for CompositeConnectorMarker

impl ProtocolMarker for CompositeMarker

impl ProtocolMarker for DaiConnectorMarker

impl ProtocolMarker for DaiMarker

impl ProtocolMarker for HealthMarker

impl ProtocolMarker for RingBufferMarker

impl ProtocolMarker for StreamConfigConnectorMarker

impl ProtocolMarker for StreamConfigMarker

impl ProtocolMarker for ConnectorMarker

impl ProtocolMarker for ReaderMarker

impl ProtocolMarker for SignalProcessingMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for BlockMarker

impl ProtocolMarker for FtlMarker

impl ProtocolMarker for InspectVmoProviderMarker

impl ProtocolMarker for OffsetMapMarker

impl ProtocolMarker for SessionMarker

impl ProtocolMarker for CommonMarker

impl ProtocolMarker for DeviceManagerMarker

impl ProtocolMarker for PartitionMarker

impl ProtocolMarker for VolumeManagerMarker

impl ProtocolMarker for VolumeMarker

impl ProtocolMarker for EmulatorMarker

impl ProtocolMarker for HciMarker

impl ProtocolMarker for HciTransportMarker

impl ProtocolMarker for PeerMarker

impl ProtocolMarker for ScoConnectionMarker

impl ProtocolMarker for SnoopMarker

impl ProtocolMarker for VendorMarker

impl ProtocolMarker for VirtualControllerMarker

impl ProtocolMarker for LeafMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for CoordinatorListenerMarker

impl ProtocolMarker for CoordinatorMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for HidbusMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for DeviceReportsReaderMarker

impl ProtocolMarker for LightMarker

impl ProtocolMarker for DeviceInstanceMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for DiagnosticsMarker

impl ProtocolMarker for MacAddressingMarker

impl ProtocolMarker for PortMarker

impl ProtocolMarker for PortWatcherMarker

impl ProtocolMarker for SessionMarker

impl ProtocolMarker for StatusWatcherMarker

impl ProtocolMarker for CallbackMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for UsbMarker

impl ProtocolMarker for BusMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for AdminMarker

impl ProtocolMarker for RebootMethodsWatcherMarker

impl ProtocolMarker for RebootMethodsWatcherRegisterMarker

impl ProtocolMarker for RebootWatcherMarker

impl ProtocolMarker for SourceMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for RamdiskControllerMarker

impl ProtocolMarker for RamdiskMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for EchoMarker

impl ProtocolMarker for DriverMarker

impl ProtocolMarker for PlaybackMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for DeviceProxy_Marker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for SuspenderMarker

impl ProtocolMarker for DeviceConnectorMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for CallbacksMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for BoardMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for ProductMarker

impl ProtocolMarker for SetterMarker

impl ProtocolMarker for ImagePipe2Marker

impl ProtocolMarker for InputDeviceRegistryMarker

impl ProtocolMarker for NotifierMarker

impl ProtocolMarker for InputDeviceMarker

impl ProtocolMarker for InputReportsReaderMarker

impl ProtocolMarker for InspectSinkMarker

impl ProtocolMarker for TreeMarker

impl ProtocolMarker for TreeNameIteratorMarker

impl ProtocolMarker for InspectMarker

impl ProtocolMarker for HandshakeMarker

impl ProtocolMarker for WaiterMarker

impl ProtocolMarker for PropertyProviderMarker

impl ProtocolMarker for TimeZonesMarker

impl ProtocolMarker for AdvisoryLockingMarker

impl ProtocolMarker for DirectoryMarker

impl ProtocolMarker for DirectoryWatcherMarker

impl ProtocolMarker for ExtendedAttributeIteratorMarker

impl ProtocolMarker for FileMarker

impl ProtocolMarker for LinkableMarker

impl ProtocolMarker for NodeMarker

impl ProtocolMarker for ReadableMarker

impl ProtocolMarker for SymlinkMarker

impl ProtocolMarker for WritableMarker

impl ProtocolMarker for TestHarnessMarker

impl ProtocolMarker for CounterMarker

impl ProtocolMarker for CpuResourceMarker

impl ProtocolMarker for DebugBrokerMarker

impl ProtocolMarker for DebugResourceMarker

impl ProtocolMarker for DebuglogResourceMarker

impl ProtocolMarker for EnergyInfoResourceMarker

impl ProtocolMarker for HypervisorResourceMarker

impl ProtocolMarker for InfoResourceMarker

impl ProtocolMarker for IommuResourceMarker

impl ProtocolMarker for IoportResourceMarker

impl ProtocolMarker for IrqResourceMarker

impl ProtocolMarker for MexecResourceMarker

impl ProtocolMarker for MmioResourceMarker

impl ProtocolMarker for MsiResourceMarker

impl ProtocolMarker for PowerResourceMarker

impl ProtocolMarker for ProfileResourceMarker

impl ProtocolMarker for RootJobForInspectMarker

impl ProtocolMarker for RootJobMarker

impl ProtocolMarker for SmcResourceMarker

impl ProtocolMarker for StallResourceMarker

impl ProtocolMarker for StatsMarker

impl ProtocolMarker for TracingResourceMarker

impl ProtocolMarker for VmexResourceMarker

impl ProtocolMarker for AsymmetricPrivateKeyMarker

impl ProtocolMarker for KeyManagerMarker

impl ProtocolMarker for KeyMarker

impl ProtocolMarker for StatelessKeyManagerMarker

impl ProtocolMarker for LoaderMarker

impl ProtocolMarker for CalibratorMarker

impl ProtocolMarker for SensorMarker

impl ProtocolMarker for RegulatoryRegionConfiguratorMarker

impl ProtocolMarker for RegulatoryRegionWatcherMarker

impl ProtocolMarker for EmergencyProviderMarker

impl ProtocolMarker for WlanBaseStationWatcherMarker

impl ProtocolMarker for LogListenerSafeMarker

impl ProtocolMarker for LogMarker

impl ProtocolMarker for LogSinkMarker

impl ProtocolMarker for DeviceWatcherMarker

impl ProtocolMarker for ThreadMarker

impl ProtocolMarker for CountersConnectorMarker

impl ProtocolMarker for CountersMarker

impl ProtocolMarker for DeviceConnectorMarker

impl ProtocolMarker for DeviceExtraConnectorMarker

impl ProtocolMarker for DeviceExtraMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for EnergyScanConnectorMarker

impl ProtocolMarker for EnergyScanMarker

impl ProtocolMarker for EnergyScanResultStreamMarker

impl ProtocolMarker for DriverMarker

impl ProtocolMarker for RegisterMarker

impl ProtocolMarker for BeaconInfoStreamMarker

impl ProtocolMarker for DeviceConnectorMarker

impl ProtocolMarker for DeviceExtraConnectorMarker

impl ProtocolMarker for DeviceExtraMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for DeviceRouteConnectorMarker

impl ProtocolMarker for DeviceRouteExtraConnectorMarker

impl ProtocolMarker for DeviceRouteExtraMarker

impl ProtocolMarker for DeviceRouteMarker

impl ProtocolMarker for LegacyJoiningConnectorMarker

impl ProtocolMarker for LegacyJoiningMarker

impl ProtocolMarker for ProvisioningMonitorMarker

impl ProtocolMarker for TelemetryProviderConnectorMarker

impl ProtocolMarker for TelemetryProviderMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for DeviceSetupMarker

impl ProtocolMarker for DeviceTestConnectorMarker

impl ProtocolMarker for DeviceTestMarker

impl ProtocolMarker for CapabilitiesConnectorMarker

impl ProtocolMarker for DatasetConnectorMarker

impl ProtocolMarker for DatasetMarker

impl ProtocolMarker for FeatureConnectorMarker

impl ProtocolMarker for FeatureMarker

impl ProtocolMarker for MeshcopConnectorMarker

impl ProtocolMarker for MeshcopMarker

impl ProtocolMarker for ThreadCapabilitiesMarker

impl ProtocolMarker for ActivityReporterMarker

impl ProtocolMarker for AudioCapturerMarker

impl ProtocolMarker for AudioConsumerMarker

impl ProtocolMarker for AudioCoreMarker

impl ProtocolMarker for AudioDeviceEnumeratorMarker

impl ProtocolMarker for AudioMarker

impl ProtocolMarker for AudioRendererMarker

impl ProtocolMarker for ProfileProviderMarker

impl ProtocolMarker for SessionAudioConsumerFactoryMarker

impl ProtocolMarker for SimpleStreamSinkMarker

impl ProtocolMarker for StreamBufferSetMarker

impl ProtocolMarker for StreamProcessorMarker

impl ProtocolMarker for StreamSinkMarker

impl ProtocolMarker for StreamSourceMarker

impl ProtocolMarker for Usage2AudioConsumerFactoryMarker

impl ProtocolMarker for UsageAudioConsumerFactoryMarker

impl ProtocolMarker for UsageGainListenerMarker

impl ProtocolMarker for UsageGainReporterMarker

impl ProtocolMarker for UsageReporterMarker

impl ProtocolMarker for UsageWatcher2Marker

impl ProtocolMarker for UsageWatcherMarker

impl ProtocolMarker for EffectsControllerMarker

impl ProtocolMarker for GainControlMarker

impl ProtocolMarker for VolumeControlMarker

impl ProtocolMarker for ActiveSessionMarker

impl ProtocolMarker for DiscoveryMarker

impl ProtocolMarker for ObserverDiscoveryMarker

impl ProtocolMarker for PlayerControlMarker

impl ProtocolMarker for PlayerMarker

impl ProtocolMarker for PublisherMarker

impl ProtocolMarker for SessionControlMarker

impl ProtocolMarker for SessionObserverMarker

impl ProtocolMarker for SessionsWatcherMarker

impl ProtocolMarker for PlayerMarker

impl ProtocolMarker for CodecFactoryMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for MemoryMonitorMarker

impl ProtocolMarker for CollectorMarker

impl ProtocolMarker for SnapshotReceiverMarker

impl ProtocolMarker for StoredSnapshotIteratorMarker

impl ProtocolMarker for RegistryMarker

impl ProtocolMarker for SnapshotSinkV1Marker

impl ProtocolMarker for SamplerMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for WatcherMarker

impl ProtocolMarker for MetricEventLoggerFactoryMarker

impl ProtocolMarker for MetricEventLoggerMarker

impl ProtocolMarker for MetricEventLoggerQuerierMarker

impl ProtocolMarker for MockRebootControllerMarker

impl ProtocolMarker for DiagnosticsMarker

impl ProtocolMarker for InterfacesMarker

impl ProtocolMarker for ClientMarker

impl ProtocolMarker for ClientProviderMarker

impl ProtocolMarker for Server_Marker

impl ProtocolMarker for ClientMarker

impl ProtocolMarker for ClientProviderMarker

impl ProtocolMarker for PrefixControlMarker

impl ProtocolMarker for PrefixProviderMarker

impl ProtocolMarker for ControlMarker

impl ProtocolMarker for NamespaceControllerMarker

impl ProtocolMarker for SocketControlMarker

impl ProtocolMarker for StateMarker

impl ProtocolMarker for WatcherMarker

impl ProtocolMarker for FilterMarker

impl ProtocolMarker for LoaderClientMarker

impl ProtocolMarker for LoaderMarker

impl ProtocolMarker for StateMarker

impl ProtocolMarker for WatcherMarker

impl ProtocolMarker for AddressStateProviderMarker

impl ProtocolMarker for ControlMarker

impl ProtocolMarker for DeviceControlMarker

impl ProtocolMarker for InstallerMarker

impl ProtocolMarker for ControlMarker

impl ProtocolMarker for FactoryMarker

impl ProtocolMarker for HostNameResolverMarker

impl ProtocolMarker for HostNameSubscriberMarker

impl ProtocolMarker for HostNameSubscriptionListenerMarker

impl ProtocolMarker for ProxyHostPublisherMarker

impl ProtocolMarker for PublicationResponder_Marker

impl ProtocolMarker for PublisherMarker

impl ProtocolMarker for ResolverMarker

impl ProtocolMarker for ServiceInstancePublisherMarker

impl ProtocolMarker for ServiceInstanceResolverMarker

impl ProtocolMarker for ServiceSubscriber2Marker

impl ProtocolMarker for ServiceSubscriberMarker

impl ProtocolMarker for ServiceSubscriptionListenerMarker

impl ProtocolMarker for SubscriberMarker

impl ProtocolMarker for Ipv4RoutingTableControllerMarker

impl ProtocolMarker for Ipv6RoutingTableControllerMarker

impl ProtocolMarker for DnsServerWatcherMarker

impl ProtocolMarker for LookupAdminMarker

impl ProtocolMarker for LookupMarker

impl ProtocolMarker for OptionWatcherMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for EntryIteratorMarker

impl ProtocolMarker for ViewMarker

impl ProtocolMarker for MonitorMarker

impl ProtocolMarker for FilterMarker

impl ProtocolMarker for InterfacesMarker

impl ProtocolMarker for RoutesV4Marker

impl ProtocolMarker for RoutesV6Marker

impl ProtocolMarker for RuleWatcherV4Marker

impl ProtocolMarker for RuleWatcherV6Marker

impl ProtocolMarker for StateMarker

impl ProtocolMarker for StateV4Marker

impl ProtocolMarker for StateV6Marker

impl ProtocolMarker for WatcherV4Marker

impl ProtocolMarker for WatcherV6Marker

impl ProtocolMarker for BaseRouteTableMarker

impl ProtocolMarker for BaseRuleSetMarker

impl ProtocolMarker for RouteSetV4Marker

impl ProtocolMarker for RouteSetV6Marker

impl ProtocolMarker for RouteTableProviderV4Marker

impl ProtocolMarker for RouteTableProviderV6Marker

impl ProtocolMarker for RouteTableV4Marker

impl ProtocolMarker for RouteTableV6Marker

impl ProtocolMarker for RuleSetV4Marker

impl ProtocolMarker for RuleSetV6Marker

impl ProtocolMarker for RuleTableV4Marker

impl ProtocolMarker for RuleTableV6Marker

impl ProtocolMarker for LogMarker

impl ProtocolMarker for StackMarker

impl ProtocolMarker for ControlMarker

impl ProtocolMarker for StateMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for ControlMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for DevicePairMarker

impl ProtocolMarker for PortMarker

impl ProtocolMarker for ControlMarker

impl ProtocolMarker for InterfaceMarker

impl ProtocolMarker for NetworkMarker

impl ProtocolMarker for ConfigurableNetstackMarker

impl ProtocolMarker for ManagedRealmMarker

impl ProtocolMarker for SandboxMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for GuestMarker

impl ProtocolMarker for DeviceProxy_Marker

impl ProtocolMarker for EndpointManagerMarker

impl ProtocolMarker for EndpointMarker

impl ProtocolMarker for FakeEndpointMarker

impl ProtocolMarker for NetworkContextMarker

impl ProtocolMarker for NetworkManagerMarker

impl ProtocolMarker for NetworkMarker

impl ProtocolMarker for SetupHandleMarker

impl ProtocolMarker for BusMarker

impl ProtocolMarker for SyncManagerMarker

impl ProtocolMarker for CounterMarker

impl ProtocolMarker for DnsServerWatcherMarker

impl ProtocolMarker for FuchsiaNetworksMarker

impl ProtocolMarker for NetworkRegistryMarker

impl ProtocolMarker for StarnixNetworksMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for WaiterMarker

impl ProtocolMarker for HandshakeMarker

impl ProtocolMarker for WaiterMarker

impl ProtocolMarker for BootManagerMarker

impl ProtocolMarker for DataSinkMarker

impl ProtocolMarker for DynamicDataSinkMarker

impl ProtocolMarker for PaverMarker

impl ProtocolMarker for PayloadStreamMarker

impl ProtocolMarker for SysconfigMarker

impl ProtocolMarker for BlobIdIteratorMarker

impl ProtocolMarker for BlobInfoIteratorMarker

impl ProtocolMarker for CupMarker

impl ProtocolMarker for FontResolverMarker

impl ProtocolMarker for NeededBlobsMarker

impl ProtocolMarker for PackageCacheMarker

impl ProtocolMarker for PackageIndexIteratorMarker

impl ProtocolMarker for PackageResolverMarker

impl ProtocolMarker for RepositoryIteratorMarker

impl ProtocolMarker for RepositoryManagerMarker

impl ProtocolMarker for RetainedPackagesMarker

impl ProtocolMarker for EditTransactionMarker

impl ProtocolMarker for EngineMarker

impl ProtocolMarker for RuleIteratorMarker

impl ProtocolMarker for BaseDatagramSocketMarker

impl ProtocolMarker for BaseNetworkSocketMarker

impl ProtocolMarker for BaseSocketMarker

impl ProtocolMarker for DatagramSocketMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for StreamSocketMarker

impl ProtocolMarker for SynchronousDatagramSocketMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for SocketMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for SocketMarker

impl ProtocolMarker for CollaborativeRebootInitiatorMarker

impl ProtocolMarker for BatteryInfoProviderMarker

impl ProtocolMarker for BatteryInfoWatcherMarker

impl ProtocolMarker for BatteryManagerMarker

impl ProtocolMarker for BatterySimulatorControllerMarker

impl ProtocolMarker for BatterySimulatorMarker

impl ProtocolMarker for CurrentLevelMarker

impl ProtocolMarker for ElementControlMarker

impl ProtocolMarker for ElementInfoProviderMarker

impl ProtocolMarker for ElementRunnerMarker

impl ProtocolMarker for LeaseControlMarker

impl ProtocolMarker for LessorMarker

impl ProtocolMarker for RequiredLevelMarker

impl ProtocolMarker for StatusMarker

impl ProtocolMarker for TopologyMarker

impl ProtocolMarker for ConnectorMarker

impl ProtocolMarker for WatcherMarker

impl ProtocolMarker for CollaborativeRebootSchedulerMarker

impl ProtocolMarker for DebugMarker

impl ProtocolMarker for RecorderMarker

impl ProtocolMarker for WatcherMarker

impl ProtocolMarker for StatsMarker

impl ProtocolMarker for ActivityGovernorListenerMarker

impl ProtocolMarker for ActivityGovernorMarker

impl ProtocolMarker for BootControlMarker

impl ProtocolMarker for CpuElementManagerMarker

impl ProtocolMarker for ClientConfiguratorMarker

impl ProtocolMarker for RequesterMarker

impl ProtocolMarker for SystemActivityControlMarker

impl ProtocolMarker for TopologyControlMarker

impl ProtocolMarker for LauncherMarker

impl ProtocolMarker for ResolverMarker

impl ProtocolMarker for LifecycleMarker

impl ProtocolMarker for RebindChildMarker

impl ProtocolMarker for RebindParentMarker

impl ProtocolMarker for FactoryResetMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for FactoryResetMarker

impl ProtocolMarker for FactoryResetCountdownMarker

impl ProtocolMarker for ProgressRendererMarker

impl ProtocolMarker for WaiterMarker

impl ProtocolMarker for WaiterMarker

impl ProtocolMarker for SamplerTestControllerMarker

impl ProtocolMarker for RoleManagerMarker

impl ProtocolMarker for ProfileProviderMarker

impl ProtocolMarker for ManagerMarker

impl ProtocolMarker for ControlPlaneMarker

impl ProtocolMarker for DataPlaneMarker

impl ProtocolMarker for LauncherMarker

impl ProtocolMarker for LifecycleMarker

impl ProtocolMarker for RestarterMarker

impl ProtocolMarker for HandoffMarker

impl ProtocolMarker for ManagerMarker

impl ProtocolMarker for AccessibilityMarker

impl ProtocolMarker for AudioMarker

impl ProtocolMarker for DisplayMarker

impl ProtocolMarker for DoNotDisturbMarker

impl ProtocolMarker for FactoryResetMarker

impl ProtocolMarker for InputMarker

impl ProtocolMarker for IntlMarker

impl ProtocolMarker for KeyboardMarker

impl ProtocolMarker for KeyboardSetMarker

impl ProtocolMarker for KeyboardWatchMarker

impl ProtocolMarker for LightMarker

impl ProtocolMarker for NightModeMarker

impl ProtocolMarker for PrivacyMarker

impl ProtocolMarker for SetupMarker

impl ProtocolMarker for ManagerMarker

impl ProtocolMarker for BinderMarker

impl ProtocolMarker for ContainerPowerControllerMarker

impl ProtocolMarker for DevBinderMarker

impl ProtocolMarker for LutexControllerMarker

impl ProtocolMarker for ProcessAccessorMarker

impl ProtocolMarker for RemoteControllerMarker

impl ProtocolMarker for UnixDomainSocketMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for VulkanModeSetterMarker

impl ProtocolMarker for PsiProviderMarker

impl ProtocolMarker for ManagerMarker

impl ProtocolMarker for GetIteratorMarker

impl ProtocolMarker for ListIteratorMarker

impl ProtocolMarker for SecureStoreMarker

impl ProtocolMarker for Store2Marker

impl ProtocolMarker for StoreAccessorMarker

impl ProtocolMarker for StoreMarker

impl ProtocolMarker for PartitionMarker

impl ProtocolMarker for PartitionsAdminMarker

impl ProtocolMarker for PartitionsManagerMarker

impl ProtocolMarker for ActionIteratorMarker

impl ProtocolMarker for ActorMarker

impl ProtocolMarker for ConfigOverrideMarker

impl ProtocolMarker for CrashIntrospectMarker

impl ProtocolMarker for InstanceIteratorMarker

impl ProtocolMarker for LifecycleControllerMarker

impl ProtocolMarker for ManifestBytesIteratorMarker

impl ProtocolMarker for RealmExplorerMarker

impl ProtocolMarker for RealmQueryMarker

impl ProtocolMarker for RouteValidatorMarker

impl ProtocolMarker for StorageAdminMarker

impl ProtocolMarker for StorageIteratorMarker

impl ProtocolMarker for SystemControllerMarker

impl ProtocolMarker for SysInfoMarker

impl ProtocolMarker for AllocatorMarker

impl ProtocolMarker for BufferCollectionMarker

impl ProtocolMarker for BufferCollectionTokenGroupMarker

impl ProtocolMarker for BufferCollectionTokenMarker

impl ProtocolMarker for NodeMarker

impl ProtocolMarker for SecureMemMarker

impl ProtocolMarker for AllocatorMarker

impl ProtocolMarker for BufferCollectionMarker

impl ProtocolMarker for BufferCollectionTokenGroupMarker

impl ProtocolMarker for BufferCollectionTokenMarker

impl ProtocolMarker for NodeMarker

impl ProtocolMarker for SecureMemMarker

impl ProtocolMarker for SystemStateTransitionMarker

impl ProtocolMarker for ApplicationMarker

impl ProtocolMarker for DeviceInfoMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for CaseIteratorMarker

impl ProtocolMarker for CaseListenerMarker

impl ProtocolMarker for RunListenerMarker

impl ProtocolMarker for SuiteMarker

impl ProtocolMarker for CaseIteratorMarker

impl ProtocolMarker for DebugDataIteratorMarker

impl ProtocolMarker for EarlyBootProfileMarker

impl ProtocolMarker for QueryMarker

impl ProtocolMarker for RunBuilderMarker

impl ProtocolMarker for RunControllerMarker

impl ProtocolMarker for SuiteControllerMarker

impl ProtocolMarker for SuiteRunnerMarker

impl ProtocolMarker for TestCaseEnumeratorMarker

impl ProtocolMarker for TestCaseIteratorMarker

impl ProtocolMarker for TestsMarker

impl ProtocolMarker for ControlMarker

impl ProtocolMarker for FakeClockControlMarker

impl ProtocolMarker for FakeClockMarker

impl ProtocolMarker for RealmProxy_Marker

impl ProtocolMarker for FacadeIteratorMarker

impl ProtocolMarker for FacadeProviderMarker

impl ProtocolMarker for ClientStateConnectorMarker

impl ProtocolMarker for ClientStateWatcherMarker

impl ProtocolMarker for MaintenanceMarker

impl ProtocolMarker for ClientSideBatonManagementMarker

impl ProtocolMarker for WakeMarker

impl ProtocolMarker for AdjustMarker

impl ProtocolMarker for PullSourceMarker

impl ProtocolMarker for PushSourceMarker

impl ProtocolMarker for TimeSourceMarker

impl ProtocolMarker for RtcMarker

impl ProtocolMarker for ProvisionerMarker

impl ProtocolMarker for SessionMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for RegistryMarker

impl ProtocolMarker for ListenerMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for ViewProviderMarker

impl ProtocolMarker for ColorAdjustmentHandlerMarker

impl ProtocolMarker for ColorAdjustmentMarker

impl ProtocolMarker for ControlMarker

impl ProtocolMarker for AllocatorMarker

impl ProtocolMarker for ChildViewWatcherMarker

impl ProtocolMarker for FlatlandDisplayMarker

impl ProtocolMarker for FlatlandMarker

impl ProtocolMarker for ParentViewportWatcherMarker

impl ProtocolMarker for ScreenCaptureMarker

impl ProtocolMarker for ScreenshotMarker

impl ProtocolMarker for DisplayOwnershipMarker

impl ProtocolMarker for ScreenCaptureMarker

impl ProtocolMarker for ConverterMarker

impl ProtocolMarker for DisplayPowerMarker

impl ProtocolMarker for InfoMarker

impl ProtocolMarker for FocusChainListenerMarker

impl ProtocolMarker for FocusChainListenerRegistryMarker

impl ProtocolMarker for FocusChainProviderMarker

impl ProtocolMarker for SnapshotCallbackDeprecatedMarker

impl ProtocolMarker for ImeServiceMarker

impl ProtocolMarker for InputDeviceMarker

impl ProtocolMarker for InputMethodEditorClientMarker

impl ProtocolMarker for InputMethodEditorMarker

impl ProtocolMarker for KeyEventInjectorMarker

impl ProtocolMarker for KeyboardListenerMarker

impl ProtocolMarker for KeyboardMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for ViewTreeWatcherMarker

impl ProtocolMarker for RegistryMarker

impl ProtocolMarker for RegistryMarker

impl ProtocolMarker for MouseSourceMarker

impl ProtocolMarker for TouchSourceMarker

impl ProtocolMarker for LocalHitMarker

impl ProtocolMarker for TouchSourceWithLocalHitMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for RegistryMarker

impl ProtocolMarker for SetupMarker

impl ProtocolMarker for DeviceListenerRegistryMarker

impl ProtocolMarker for DisplayBacklightMarker

impl ProtocolMarker for MediaButtonsListenerMarker

impl ProtocolMarker for ScenicMarker

impl ProtocolMarker for SessionListenerMarker

impl ProtocolMarker for SessionMarker

impl ProtocolMarker for PuppetFactoryMarker

impl ProtocolMarker for PuppetMarker

impl ProtocolMarker for RealmFactoryMarker

impl ProtocolMarker for ScenicRealmFactoryMarker

impl ProtocolMarker for KeyboardInputListenerMarker

impl ProtocolMarker for KeyboardMarker

impl ProtocolMarker for MediaButtonsDeviceMarker

impl ProtocolMarker for MouseInputListenerMarker

impl ProtocolMarker for MouseMarker

impl ProtocolMarker for RegistryMarker

impl ProtocolMarker for TestAppStatusListenerMarker

impl ProtocolMarker for TouchInputListenerMarker

impl ProtocolMarker for TouchScreenMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for FocuserMarker

impl ProtocolMarker for ViewMarker

impl ProtocolMarker for ViewRefFocusedMarker

impl ProtocolMarker for ViewRefInstalledMarker

impl ProtocolMarker for FactoryMarker

impl ProtocolMarker for CloneableMarker

impl ProtocolMarker for CloseableMarker

impl ProtocolMarker for QueryableMarker

impl ProtocolMarker for AttemptsMonitorMarker

impl ProtocolMarker for CommitStatusProviderMarker

impl ProtocolMarker for ListenerMarker

impl ProtocolMarker for ManagerMarker

impl ProtocolMarker for MonitorMarker

impl ProtocolMarker for ProviderMarker

impl ProtocolMarker for ChannelControlMarker

impl ProtocolMarker for OptOutAdminMarker

impl ProtocolMarker for OptOutMarker

impl ProtocolMarker for EncodingPuppetMarker

impl ProtocolMarker for EncodingValidatorMarker

impl ProtocolMarker for LogSinkPuppetMarker

impl ProtocolMarker for ValidateResultsIteratorMarker

impl ProtocolMarker for ControlMarker

impl ProtocolMarker for DeviceMarker

impl ProtocolMarker for SessionManagerMarker

impl ProtocolMarker for BalloonControllerMarker

impl ProtocolMarker for DebianGuestManagerMarker

impl ProtocolMarker for GuestLifecycleMarker

impl ProtocolMarker for GuestManagerMarker

impl ProtocolMarker for GuestMarker

impl ProtocolMarker for HostVsockAcceptorMarker

impl ProtocolMarker for HostVsockEndpointMarker

impl ProtocolMarker for LinuxManagerMarker

impl ProtocolMarker for MemControllerMarker

impl ProtocolMarker for TerminaGuestManagerMarker

impl ProtocolMarker for ZirconGuestManagerMarker

impl ProtocolMarker for VirtioBalloonMarker

impl ProtocolMarker for VirtioBlockMarker

impl ProtocolMarker for VirtioConsoleMarker

impl ProtocolMarker for VirtioDeviceMarker

impl ProtocolMarker for VirtioGpuMarker

impl ProtocolMarker for VirtioInputMarker

impl ProtocolMarker for VirtioMagmaMarker

impl ProtocolMarker for VirtioMemMarker

impl ProtocolMarker for VirtioNetMarker

impl ProtocolMarker for VirtioRngMarker

impl ProtocolMarker for VirtioSoundMarker

impl ProtocolMarker for VirtioVsockMarker

impl ProtocolMarker for VirtioWaylandImporterMarker

impl ProtocolMarker for VirtioWaylandMarker

impl ProtocolMarker for AcceptorMarker

impl ProtocolMarker for ConnectionMarker

impl ProtocolMarker for ConnectorMarker

impl ProtocolMarker for ListenerMarker

impl ProtocolMarker for LoaderMarker

impl ProtocolMarker for Server_Marker

impl ProtocolMarker for BootstrapMarker

impl ProtocolMarker for FactoryDataManagerMarker

impl ProtocolMarker for PairingStateWatcherMarker

impl ProtocolMarker for ProvisionerMarker

impl ProtocolMarker for SignerMarker

impl ProtocolMarker for StackMarker

impl ProtocolMarker for StackProviderMarker

impl ProtocolMarker for SvcDirectoryWatcherMarker

impl ProtocolMarker for WlanNetworkConfigProviderMarker

impl ProtocolMarker for ContextMarker

impl ProtocolMarker for ContextProviderMarker

impl ProtocolMarker for CookieManagerMarker

impl ProtocolMarker for CookiesIteratorMarker

impl ProtocolMarker for DebugMarker

impl ProtocolMarker for DevToolsListenerMarker

impl ProtocolMarker for DevToolsPerContextListenerMarker

impl ProtocolMarker for FrameHostMarker

impl ProtocolMarker for FrameMarker

impl ProtocolMarker for MessagePortMarker

impl ProtocolMarker for NavigationControllerMarker

impl ProtocolMarker for NavigationEventListenerMarker

impl ProtocolMarker for NavigationPolicyProviderMarker

impl ProtocolMarker for PopupFrameCreationListenerMarker

impl ProtocolMarker for ConnectorMarker

impl ProtocolMarker for PhyMarker

impl ProtocolMarker for DeviceMonitorMarker

impl ProtocolMarker for DeviceWatcherMarker

impl ProtocolMarker for WlanFullmacImplIfcMarker

impl ProtocolMarker for WlanFullmacImpl_Marker

impl ProtocolMarker for ConnectorMarker

impl ProtocolMarker for MlmeMarker

impl ProtocolMarker for AccessPointControllerMarker

impl ProtocolMarker for AccessPointListenerMarker

impl ProtocolMarker for AccessPointProviderMarker

impl ProtocolMarker for AccessPointStateUpdatesMarker

impl ProtocolMarker for ClientControllerMarker

impl ProtocolMarker for ClientListenerMarker

impl ProtocolMarker for ClientProviderMarker

impl ProtocolMarker for ClientStateUpdatesMarker

impl ProtocolMarker for NetworkConfigIteratorMarker

impl ProtocolMarker for ScanResultIteratorMarker

impl ProtocolMarker for DeprecatedClientMarker

impl ProtocolMarker for DeprecatedConfiguratorMarker

impl ProtocolMarker for ApSmeMarker

impl ProtocolMarker for ClientSmeMarker

impl ProtocolMarker for ConnectTransactionMarker

impl ProtocolMarker for GenericSmeMarker

impl ProtocolMarker for TelemetryMarker

impl ProtocolMarker for UsmeBootstrapMarker

impl ProtocolMarker for EthernetRxMarker

impl ProtocolMarker for EthernetTxMarker

impl ProtocolMarker for WlanRxMarker

impl ProtocolMarker for WlanSoftmacBaseMarker

impl ProtocolMarker for WlanSoftmacBridgeMarker

impl ProtocolMarker for WlanSoftmacIfcBaseMarker

impl ProtocolMarker for WlanSoftmacIfcBridgeMarker

impl ProtocolMarker for WlanTxMarker

impl ProtocolMarker for WlantapCtlMarker

impl ProtocolMarker for WlantapPhyMarker

impl ProtocolMarker for Nl80211Marker

impl ProtocolMarker for Nl80211MulticastMarker

impl ProtocolMarker for SupplicantMarker

impl ProtocolMarker for SupplicantStaIfaceCallbackMarker

impl ProtocolMarker for SupplicantStaIfaceMarker

impl ProtocolMarker for SupplicantStaNetworkMarker

impl ProtocolMarker for WifiChipMarker

impl ProtocolMarker for WifiEventCallbackMarker

impl ProtocolMarker for WifiMarker

impl ProtocolMarker for WifiStaIfaceMarker

impl ProtocolMarker for WlanixMarker

impl ProtocolMarker for PuppetMarker

impl ProtocolMarker for ConfigUserMarker

impl ProtocolMarker for RealmFactoryMarker

impl ProtocolMarker for TriageDetectEventsMarker

impl ProtocolMarker for EchoMarker

impl ProtocolMarker for RealmFactoryMarker

impl ProtocolMarker for EchoHandleProtocolMarker

impl ProtocolMarker for ErrorSyntaxProtocolMarker

impl ProtocolMarker for PushEventProtocolMarker

impl ProtocolMarker for SendHandleProtocolMarker

impl ProtocolMarker for RealmFactoryMarker

impl ProtocolMarker for ControllerMarker

impl ProtocolMarker for ProtocolFactoryMarker

impl ProtocolMarker for ProtocolMarker

impl ProtocolMarker for SimpleProtocolMarker

impl ProtocolMarker for RealmFactoryMarker

impl ProtocolMarker for ConscriptMarker

impl ProtocolMarker for UnknownInteractionsProtocolMarker

impl ProtocolMarker for RealmFactoryMarker

impl ProtocolMarker for TestControllerMarker