Struct core::str::SplitInternal
[−]
[src]
struct SplitInternal<'a, P: Pattern<'a>> { start: usize, end: usize, matcher: P::Searcher, allow_trailing_empty: bool, finished: bool, }
Fields
start | |
end | |
matcher | |
allow_trailing_empty | |
finished |