Module scenario

Source
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 VersionSets.
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.
ScenarioReadError
The error returned when Scenario::read_from fails.
Version
The version number of a package.
VersionSet
Describes a set of versions of a package.

Enums§

DependencyParseError
The error returned when failing to parse a Dependency.
Relation
Specifies the comparator used to compare two Versions.
VersionSetParseError
The error returned when failing to parse a VersionSet.