(msg: T)
| 59 | |
| 60 | impl 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 | |
| 66 | impl serde::de::Error for Error { |
nothing calls this directly
no outgoing calls
no test coverage detected