Type Definition cosmic_space::selector::SpecificSelector

source ·
Expand description

Provides ability to Select on a Specific. This means wildcards can be applied when any match will do: mechtronhub.io:postgres.org:postgres:*:(9.0.0) will select ANY variant of postgres version 9.0.0. (notice the version MUST be delimited by Parenthesis. A more useful example is when performing some type of version selection it follows SemVer Req rules: mechtronhub.io:postgres.org:postgres:gis:(>=10.2.3 <12.3.0) which would match on any version of postgres:gis with a version in that range

Trait Implementations

The associated error which can be returned from parsing.
Parses a string s to return a value of this type. Read more
Converts the given value to a String. Read more