Expand description
Contains the models for the EDSP input (a scenario).
Structs§
- Actions
- Encapsulates the action fields in a
Request
stanza. - Dependency
- Specifies a dependency of a package that can be fulfilled by one or more
VersionSet
s. - Package
- Describes an installed or available package in the package universe.
- Preferences
- Encapsulates the preference fields in a
Request
stanza. - Request
- The request stanza of a
Scenario
. - Scenario
- Describes an APT EDSP scenario.
- Scenario
Read Error - The error returned when
Scenario::read_from
fails. - Version
- The version number of a package.
- Version
Set - Describes a set of versions of a package.
Enums§
- Dependency
Parse Error - The error returned when failing to parse a
Dependency
. - Relation
- Specifies the comparator used to compare two
Version
s. - Version
SetParse Error - The error returned when failing to parse a
VersionSet
.