Expand description
§wick-interface-types
The Wick types crate contains types and signatures used by Wick tools.
Macros§
Structs§
- Component
Metadata - The Wick features this collection supports.
- Component
Signature - Signature for Collections.
- Component
Signature Builder - Builder for
ComponentSignature
. - Enum
Definition - Signatures of enum type definitions.
- Enum
Variant - An enum variant definition
- Field
- Operation
Signature - The signature of a Wick component, including its input and output types.
- Parse
Error - Error returned when attempting to convert an invalid source into a Wick type.
- Struct
Definition - Signatures of struct-like type definitions.
- Union
Definition - Signatures of enum type definitions.
- Well
Known Schema - An entry from a well-known schema
Enums§
- Component
Signature Builder Error - Error type for ComponentSignatureBuilder
- Component
Version - The umbrella version of the component.
- Parser
Error - Type
- Enum of valid types.
- Type
Definition - A valid type definition.
Traits§
- Operation
Signatures - A trait for objects that contain or can generate operation signatures.