Expand description
Re-exports for voa_core.
Structs§
- Custom
Context - A
CustomContextencodes a value for aContextthat is notContext::Default. - Custom
Role - A custom value for a
Role - Custom
Technology - A
CustomTechnologydefines a technology name that is not covered by the variants defined inTechnology. - Identifier
String - A string that represents a valid VOA identifier.
- Os
- The Os identifier is used to uniquely identify an Operating System (OS), it relies on data
provided by
os-release. - Purpose
- Combines a
Roleand aModeto describe the context in which signature verifiers in a directory structure are used.
Enums§
- Context
- A context within a [
Purpose] for more fine-grained verifier assignments. - Mode
- Component of a
Purposeto distinguish between direct artifact verifiers and trust anchors. - Role
- Acts as a trust domain that is associated with a set of verifiers.
- Technology
- The name of a technology backend.
Traits§
- Verifier
Writer - A trait that provides functionality for writing a VOA verifier to a VOA hierarchy.