pub fn decode_raw<O0: Into<Output>>( bytes: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DecodeRaw::new().build(bytes, scope).
DecodeRaw::new().build(bytes, scope)