Skip to main content

generate_inline_decode

Function generate_inline_decode 

Source
pub fn generate_inline_decode(
    shape: &'static Shape,
    _data_var: &str,
    _offset_var: &str,
) -> String
Expand description

Generate inline decode expression — just the expression part, no let x =. Used internally where a closure calls another closure.