Struct sass_alt::SassCompiler [] [src]

pub struct SassCompiler(_);

A Wrapper around the Sass_Compiler object to make it easier to use correctly.

Methods

impl SassCompiler
[src]

[src]

Get Sass_Context object.

[src]

Get Sass_Options object.

[src]

Get compiler state object.

[src]

Iterate over imports. Iterator also provides a specific last_import() method for convenience.

[src]

Iterate over callees. Iterator also provides a specific last_callee() method for convenience.

Trait Implementations

impl Debug for SassCompiler
[src]

[src]

Formats the value using the given formatter.

impl Copy for SassCompiler
[src]

impl Clone for SassCompiler
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more