morpheus_network::types

Type Alias ProgressCallback

Source
pub type ProgressCallback = fn(_: usize, _: Option<usize>);
Expand description

Progress callback type for download operations. Simple function pointer type (bytes_downloaded, total_bytes_or_none).