Function fuchsia_merkle::from_read

source ·
pub fn from_read<R>(reader: &mut R) -> Result<MerkleTree, Error>
where R: Read,
Expand description

Compute a merkle tree from a std::io::Read.