Skip to main content

decode_tree

Function decode_tree 

Source
pub fn decode_tree<'b, C, T>(
    d: &mut Decoder<'b>,
    ctx: &mut C,
) -> Result<T, Error>
where T: TreeDecode<'b, C>,
Expand description

Decode a TreeDecode value using a heap-backed stack of open nodes.