Home
last modified time | relevance | path

Searched refs:UnitOnly (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/serde/serde/src/de/
H A Dvalue.rs377 type Variant = private::UnitOnly<E>;
466 type Variant = private::UnitOnly<E>;
545 type Variant = private::UnitOnly<E>;
649 type Variant = private::UnitOnly<E>;
757 type Variant = private::UnitOnly<E>;
1563 pub struct UnitOnly<E> { structure names
1567 pub fn unit_only<T, E>(t: T) -> (T, UnitOnly<E>) { in unit_only()
1570 UnitOnly { in unit_only()
1576 impl<'de, E> de::VariantAccess<'de> for UnitOnly<E>

Completed in 2 milliseconds