Struct regex::bytes::Split
pub struct Split<'r, 't> { /* fields hidden */ }Documentation
Yields all substrings delimited by a regular expression match.
'r is the lifetime of the compiled regular expression and 't is the
lifetime of the byte string being split.
Trait Implementations
impl<'r, 't> Debug for Split<'r, 't>
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl<'r, 't> FusedIterator for Split<'r, 't>Auto Trait Implementations
impl<'r, 't> RefUnwindSafe for Split<'r, 't>impl<'r, 't> UnwindSafe for Split<'r, 't>Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T