MCPcopy Create free account
hub / github.com/apache/avro-rs / custom

Method custom

avro/src/error.rs:61–63  ·  view source on GitHub ↗
(msg: T)

Source from the content-addressed store, hash-verified

59
60impl serde::ser::Error for Error {
61 fn custom<T: fmt::Display>(msg: T) -> Self {
62 Self::new(<Details as serde::ser::Error>::custom(msg))
63 }
64}
65
66impl serde::de::Error for Error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected