pub fn generate_inline_decode(
shape: &'static Shape,
_data_var: &str,
_offset_var: &str,
) -> StringExpand description
Generate inline decode expression — just the expression part, no let x =.
Used internally where a closure calls another closure.