Searched defs:CannotSerializeVariant (Results 1 – 2 of 2) sorted by relevance
1376 pub struct CannotSerializeVariant<T>(pub T); struct1378 impl<T> Display for CannotSerializeVariant<T> implementation