Skip to main content

SharedChecksum

Type Alias SharedChecksum 

Source
pub type SharedChecksum = Arc<Checksum>;
Expand description

Wrap in an Arc for sharing with the UI without cloning the digest.

Aliased Typeยง

pub struct SharedChecksum { /* private fields */ }