pub struct Minifier { /* private fields */ }
Expand description
Struct which stores all optimizations from css minify lib
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Minifier
impl !RefUnwindSafe for Minifier
impl Send for Minifier
impl Sync for Minifier
impl Unpin for Minifier
impl !UnwindSafe for Minifier
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