Searched defs:ParseValueSlotTy (Results 1 – 1 of 1) sorted by relevance
809 pub struct ParseValueSlotTy<Slot, T> { struct816 // `ParseValueSlotTy<Option<T>, T>` is used as the slot for all non-repeating argument818 impl<T> ParseValueSlot for ParseValueSlotTy<Option<T>, T> { implementation829 impl<T> ParseValueSlot for ParseValueSlotTy<Vec<T>, T> { implementation