pub async fn handle_layer_progress_print(
    layers: Receiver<ImportProgress>,
    layer_bytes: Receiver<Option<LayerProgress>>
)
Expand description

Write container fetch progress to standard output.