Searched refs:from_read (Results 1 – 2 of 2) sorted by relevance
216 pub(crate) fn from_read<R: Read>(read: &mut R) -> Result<Self> { in from_read() method
225 hash_algorithm: HashAlgorithm::from_read(&mut r)?, in from()