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