pub struct CssPlugin {}Implementations§
Trait Implementations§
Source§impl Plugin for CssPlugin
 
impl Plugin for CssPlugin
fn extensions(&self) -> &[&str]
fn process_file_to( &mut self, source_file: File, output_file: File, ) -> Result<(), Box<dyn Error>>
fn init(&mut self, context: &PluginContext)
fn is_valid_extension(&self, extension: &str) -> bool
fn prepare(&mut self, context: &PluginContext)
fn reset(&mut self)
fn get_dependencies(&mut self) -> Option<Vec<Rc<PathBuf>>>
impl Copy for CssPlugin
Auto Trait Implementations§
impl Freeze for CssPlugin
impl RefUnwindSafe for CssPlugin
impl Send for CssPlugin
impl Sync for CssPlugin
impl Unpin for CssPlugin
impl UnwindSafe for CssPlugin
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