Constant buildah_rs::image::SCRATCH[][src]

pub const SCRATCH: &str = "scratch";
Expand description

Ideally pub const SCRATCH: Image = Image::new(None, "SCRATCH", None);. However, “function pointer casts are not allowed in constant functions”.