pub struct CssOutputGenerator;Expand description
CSS output generator
Implementations§
Auto Trait Implementations§
impl Freeze for CssOutputGenerator
impl RefUnwindSafe for CssOutputGenerator
impl Send for CssOutputGenerator
impl Sync for CssOutputGenerator
impl Unpin for CssOutputGenerator
impl UnsafeUnpin for CssOutputGenerator
impl UnwindSafe for CssOutputGenerator
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