Function fuchsia_merkle::from_async_read
source ยท pub async fn from_async_read<R>(reader: &mut R) -> Result<MerkleTree, Error>where
R: AsyncRead + Unpin,
Expand description
Compute a merkle tree from a futures::io::AsyncRead
.