Function ocipkg::image::copy

source ยท
pub fn copy<From: Image, To: ImageBuilder>(
    from: &mut From,
    to: To
) -> Result<To::Image>
Expand description

Copy image from one to another.