pub struct StyleSheetTransformer { /* private fields */ }
Implementations§
Source§impl StyleSheetTransformer
impl StyleSheetTransformer
pub fn from_css(path: &str, css: &str, options: StyleSheetOptions) -> Self
pub fn warnings(&self) -> impl Iterator<Item = &ParseError>
pub fn take_warnings(&mut self) -> Vec<ParseError>
pub fn output(self) -> StyleSheetOutput
pub fn output_and_low_priority_output( self, ) -> (StyleSheetOutput, StyleSheetOutput)
Auto Trait Implementations§
impl Freeze for StyleSheetTransformer
impl RefUnwindSafe for StyleSheetTransformer
impl Send for StyleSheetTransformer
impl Sync for StyleSheetTransformer
impl Unpin for StyleSheetTransformer
impl UnwindSafe for StyleSheetTransformer
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