pub fn decode_located_tree_frame(
codec: CodecId,
bytes: &[u8],
) -> Result<(FrameTables, LocatedExprTree)>Expand description
Decodes frame bytes into its side FrameTables and a full
LocatedExprTree, using the default DecodeLimits.
pub fn decode_located_tree_frame(
codec: CodecId,
bytes: &[u8],
) -> Result<(FrameTables, LocatedExprTree)>Decodes frame bytes into its side FrameTables and a full
LocatedExprTree, using the default DecodeLimits.