Expand description
§vino-types
The Vino types crate contains types and signatures used by Vino tools.
License: BSD-3-Clause
Re-exports§
pub use maps::ComponentMap;pub use maps::MapWrapper;pub use maps::ProviderMap;pub use maps::StructMap;pub use maps::TypeMap;
Modules§
- maps
- Map-related structures holding signatures and other types.
Structs§
- Component
Signature - The signature of a Vino component, including its input and output types.
- Provider
Signature - Signature for Providers.
- Struct
Signature - Signatures of struct-like type definitions.
Enums§
- Hosted
Type - An enum representing the types of components that can be hosted.
- Type
Signature - Enum of valid types.