pub fn decode_padded_raw<O0: Into<Output>, O1: Into<Output>>(
    input_bytes: O0,
    fixed_length: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for DecodePaddedRaw::new().build(input_bytes, fixed_length, scope).