pub struct ReplaceComments;Expand description
Replace comments transformation (replaces /* … */ with space).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplaceComments
impl RefUnwindSafe for ReplaceComments
impl Send for ReplaceComments
impl Sync for ReplaceComments
impl Unpin for ReplaceComments
impl UnwindSafe for ReplaceComments
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