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