Home
last modified time | relevance | path

Searched defs:SerdeError (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/criterion/src/
Derror.rs19 SerdeError { enumerator
/external/adhd/sound_card_init/dsm/src/
Derror.rs41 SerdeError(PathBuf, serde_yaml::Error), enumerator
/external/rust/crates/tinytemplate/src/
Derror.rs22 SerdeError { enumerator
/external/rust/crates/chrono/src/
Dlib.rs604 enum SerdeError<V: fmt::Display, D: fmt::Display> { enum
616 impl<V: fmt::Display, D: fmt::Display> fmt::Debug for SerdeError<V, D> { implementation
624 impl<V: fmt::Display, D: fmt::Display> fmt::Display for SerdeError<V, D> { implementation