MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / DecodeError

Class DecodeError

src/storage-types/src/errors.rs:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42)]
43#[cfg_attr(any(test, feature = "proptest"), derive(Arbitrary))]
44pub struct DecodeError {
45 pub kind: DecodeErrorKind,
46 pub raw: Vec<u8>,
47}
48
49impl RustType<ProtoDecodeError> for DecodeError {
50 fn into_proto(&self) -> ProtoDecodeError {

Callers 5

copyMethod · 0.70
into_protoMethod · 0.70
from_protoMethod · 0.70
fromMethod · 0.70
decodeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected