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