Struct ExFind
pub struct ExFind<'s, 'w> { }
Expand description
Reverse search direction (start at back).
Start index – begin search here rather than at start/end of string.
Does the actual work. Must be called to finalize find operation.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.