LegacyImporter

Trait LegacyImporter 

Source
pub trait LegacyImporter:
    Debug
    + Sync
    + Send {
    // Required method
    fn call(
        &self,
        this: &LegacyImporterThis,
        url: &str,
        prev: &str,
    ) -> Result<Option<LegacyImporterResult>>;
}
Expand description

More information: Sass documentation

Required Methods§

Source

fn call( &self, this: &LegacyImporterThis, url: &str, prev: &str, ) -> Result<Option<LegacyImporterResult>>

implements of LegacyImporter.

Implementors§