Crate fidl_test_inspect_validate
source ·Macros
Pattern that matches an unknown
Action
member.Pattern that matches an unknown
LazyAction
member.Pattern that matches an unknown
Value
member.Structs
Tells the puppet to create a property with the given bool value.
Tells the puppet to create a property with the given byte array value.
Tells the puppet to create a Node with the given name, parentage, and ID
(the id is specified so other nodes can later be created under it).
Tells the puppet to create a property with the given numeric value.
Tells the puppet to create a property with the given string value.
Tells the puppet to delete the given node.
Tells the puppet to delete an existing property.
InitializationParams tells how to initialize the Inspect library.
A Stream of incoming requests for Validate
Enums
Tells the puppet to do something to modify the VMO.
Tells the puppet to do something to modify a lazy node.
TestResult tells the result of executing an Initialize or Act command.
Constants
The data in the VMO is tree-structured, and
ROOT_ID identifies the (virtual) root node.