Trait nom::FindSubstring [−][src]
look for a substring in self
Required methods
fn find_substring(&self, substr: T) -> Option<usize>[src]
returns the byte position of the substring if it is found