Skip to main content

decode

Function decode 

Source
fn decode(
    string: &str,
    format: &str,
    temp_storage: &RowArena,
) -> Result<Vec<u8>, EvalError>