Trait merkle_log::Node[][src]

pub trait Node: AsRef<[u8]> + Copy + Eq + Send + Sync { }
Expand description

Type alias for nodes in the merkle tree.

Implementors

impl<T: AsRef<[u8]> + Copy + Eq + Send + Sync> Node for T[src]