pub type Os = Os;Expand description
Re-export of oci_spec::image::Os.
Aliased Type§
pub enum Os {
Show 18 variants
AIX,
Android,
Darwin,
DragonFlyBSD,
FreeBSD,
Hurd,
Illumos,
iOS,
Js,
Linux,
Nacl,
NetBSD,
OpenBSD,
Plan9,
Solaris,
Windows,
zOS,
Other(String),
}