[][src]Trait yz_nomstr::MyInput

pub trait MyInput: AsBytes + Clone + InputIter + InputTake + InputLength + Slice<RangeFrom<usize>> + InputTakeAtPosition + for<'a> Compare<&'a str> { }

helper trait to avoid repetition of trait bounds

Implementors

impl<T> MyInput for T where
    Self: AsBytes + Clone + InputIter + InputTake + InputLength + Slice<RangeFrom<usize>> + InputTakeAtPosition + for<'a> Compare<&'a str>, 
[src]

Loading content...