MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / custom

Method custom

src/serde/mod.rs:41–46  ·  view source on GitHub ↗
(t: T)

Source from the content-addressed store, hash-verified

39
40impl serde::ser::Error for Error {
41 fn custom<T>(t: T) -> Self
42 where
43 T: Display,
44 {
45 error_from_display(t)
46 }
47}
48
49impl serde::de::Error for Error {

Callers

nothing calls this directly

Calls 1

error_from_displayFunction · 0.85

Tested by

no test coverage detected