Searched defs:newtype_variant (Results 1 – 5 of 5) sorted by relevance
94 let newtype_variant = Volume::from_list(&[parse_quote!(dB = 100)]).unwrap(); in single_value_list() localVariable
757 fn newtype_variant() { in newtype_variant() function
2123 fn newtype_variant<T>(self) -> Result<T, Self::Error> in newtype_variant() method