Crate fidl_fuchsia_stresstest

Source

Macros§

ErrorUnknown
Pattern that matches an unknown Error member.

Structs§

Action
Describes a single action performed by an actor.
ActionIteratorControlHandle
ActionIteratorEventStream
ActionIteratorGetNextResponder
ActionIteratorGetNextResponse
ActionIteratorMarker
ActionIteratorProxy
ActionIteratorRequestStream
A Stream of incoming requests for fuchsia.stresstest/ActionIterator.
ActionIteratorSynchronousProxy
ActorControlHandle
ActorEventStream
ActorGetActionsResponder
ActorGetActionsResponse
ActorMarker
ActorProxy
ActorRequestStream
A Stream of incoming requests for fuchsia.stresstest/Actor.
ActorRunRequest
ActorRunResponder
ActorRunResponse
ActorSynchronousProxy

Enums§

ActionIteratorEvent
ActionIteratorRequest
Iterator for listing available actions.
ActorEvent
ActorRequest
This protocol is implemented by an actor and exposes ways to query and run actions. Actors expect exactly one connection to the Actor protocol from the test runner during the actor’s lifetime.
Error
Describes the types of errors that can be returned by an actor.

Traits§

ActionIteratorProxyInterface
ActorProxyInterface

Type Aliases§

ActionName
Human-readable name for an action.