Struct cdc::Node [] [src]

pub struct Node<H> {
    pub hash: H,
    pub level: usize,
    pub children: Vec<H>,
}

Fields

Trait Implementations

impl<H: Debug> Debug for Node<H>
[src]

[src]

Formats the value using the given formatter.