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

More information: Sass documentation

Required Methods

implements of LegacyImporter.

Implementors