Home
last modified time | relevance | path

Searched defs:ParseValueSlotTy (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/argh/src/
Dlib.rs809 pub struct ParseValueSlotTy<Slot, T> { struct
816 // `ParseValueSlotTy<Option<T>, T>` is used as the slot for all non-repeating argument
818 impl<T> ParseValueSlot for ParseValueSlotTy<Option<T>, T> { implementation
829 impl<T> ParseValueSlot for ParseValueSlotTy<Vec<T>, T> { implementation