Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/serde/src/private/
Dser.rs1376 pub struct CannotSerializeVariant<T>(pub T); struct
1378 impl<T> Display for CannotSerializeVariant<T> implementation