pub type Md5Data = [u8; 16];Expand description
MD5 checksum data
Trait Implementations§
Source§impl From<PartitionMd5> for Md5Data
impl From<PartitionMd5> for Md5Data
Source§fn from(md5: PartitionMd5) -> Self
fn from(md5: PartitionMd5) -> Self
Converts to this type from the input type.