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