Struct sass_alt::SassImporterList [] [src]

pub struct SassImporterList(_, _);

A wrapper type that holds a list of SASS importers and their Rust representations so that Rust importer lifetimes exceed references to SASS importer held by the libsass C object Sass_Importer_List.

Methods

impl SassImporterList
[src]

[src]

Create a new list of SASS importers. Called by value as we need to take ownership of the SASS importers to manage their lifetimes.

Trait Implementations

impl Debug for SassImporterList
[src]

[src]

Formats the value using the given formatter.

impl Drop for SassImporterList
[src]

[src]

Executes the destructor for this type. Read more

impl Default for SassImporterList
[src]

[src]

Returns the "default value" for a type. Read more