pub struct CssFormatter {}Expand description
Formatter implementation for CSS.
Implementations§
Auto Trait Implementations§
impl Freeze for CssFormatter
impl RefUnwindSafe for CssFormatter
impl Send for CssFormatter
impl Sync for CssFormatter
impl Unpin for CssFormatter
impl UnwindSafe for CssFormatter
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