pub struct StripWhitespace;
Expand description
Text preprocessor to remove all whitespace.
Trait Implementations§
Source§impl TextFilter for StripWhitespace
impl TextFilter for StripWhitespace
Source§fn preprocess(&self, s: String) -> String
fn preprocess(&self, s: String) -> String
Process the incoming string and return the result of the processing.
Auto Trait Implementations§
impl Freeze for StripWhitespace
impl RefUnwindSafe for StripWhitespace
impl Send for StripWhitespace
impl Sync for StripWhitespace
impl Unpin for StripWhitespace
impl UnwindSafe for StripWhitespace
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more