We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5729c95 commit b9eea01Copy full SHA for b9eea01
1 file changed
rust/boil/src/core/image.rs
@@ -26,6 +26,7 @@ pub enum ParseImageSelectorError {
26
AbsolutePath,
27
}
28
29
+/// Represents an image selector (`<NAME>=<VERSION>[,<VERSION>...]`) used as a CLI argument.
30
#[derive(Clone, Debug)]
31
pub struct ImageSelector {
32
pub name: String,
0 commit comments