pub trait FileImporter:
    Debug
    + Send
    + Sync {
    // Required method
    fn find_file_url(
        &self,
        url: &str,
        options: &ImporterOptions,
    ) -> Result<Option<Url>>;
}Expand description
https://sass-lang.com/documentation/js-api/interfaces/FileImporter
Required Methods§
Sourcefn find_file_url(
    &self,
    url: &str,
    options: &ImporterOptions,
) -> Result<Option<Url>>
 
fn find_file_url( &self, url: &str, options: &ImporterOptions, ) -> Result<Option<Url>>
https://sass-lang.com/documentation/js-api/interfaces/FileImporter#findFileUrl