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.
pub fn decode_tree<'b, C, T>(
d: &mut Decoder<'b>,
ctx: &mut C,
) -> Result<T, Error>where
T: TreeDecode<'b, C>,Decode a TreeDecode value using a heap-backed stack of open nodes.