Trait sass_embedded::legacy::LegacyImporter
source · [−]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
fn call(
&self,
this: &LegacyImporterThis,
url: &str,
prev: &str
) -> Result<Option<LegacyImporterResult>>
fn call(
&self,
this: &LegacyImporterThis,
url: &str,
prev: &str
) -> Result<Option<LegacyImporterResult>>
implements of LegacyImporter.