Struct xso::StripWhitespace
source · pub struct StripWhitespace;
Expand description
Text preprocessor to remove all whitespace.
Trait Implementations§
source§impl TextFilter for StripWhitespace
impl TextFilter for StripWhitespace
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