Home
last modified time | relevance | path

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

/third_party/rust/crates/nom/src/
H A Dtraits.rs434 /// `InputTake` and `Clone`, you can implement `UnspecializedInput` and get
439 pub trait UnspecializedInput {} traits
498 impl<T: InputLength + InputIter + InputTake + Clone + UnspecializedInput> InputTakeAtPosition
787 T: InputLength + InputIter<Item = u8> + InputTake + UnspecializedInput,

Completed in 2 milliseconds