Encoding

Type Alias Encoding 

Source
pub type Encoding<H> = (Tree<H>, Vec<Vec<u8>>);
Expand description

Type alias for the internal encoding result.