Function zcash_primitives::merkle_tree::read_nonempty_frontier_v1

source ยท
pub fn read_nonempty_frontier_v1<H: HashSer + Clone, R: Read>(
    reader: R
) -> Result<NonEmptyFrontier<H>>