Struct sass_alt::SassImportEntry [] [src]

pub struct SassImportEntry(_, _);

A memory-safe wrapper around a Sass_Import_Entry which ensures it gets dropped as required.

Trait Implementations

impl Debug for SassImportEntry
[src]

[src]

Formats the value using the given formatter.

impl Drop for SassImportEntry
[src]

[src]

Executes the destructor for this type. Read more