Md5Data

Type Alias Md5Data 

Source
pub type Md5Data = [u8; 16];
Expand description

MD5 checksum data

Trait Implementations§

Source§

impl From<PartitionMd5> for Md5Data

Source§

fn from(md5: PartitionMd5) -> Self

Converts to this type from the input type.