Crate vino_types

Crate vino_types 

Source
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§

ComponentSignature
The signature of a Vino component, including its input and output types.
ProviderSignature
Signature for Providers.
StructSignature
Signatures of struct-like type definitions.

Enums§

HostedType
An enum representing the types of components that can be hosted.
TypeSignature
Enum of valid types.