Struct sass_alt::SassContext [] [src]

pub struct SassContext<S: DataOrFileSassContextMutPointer>(_, _, _, _);

Wraps a SASS data or file context and holds a list of function used by that context.

Methods

impl<S: DataOrFileSassContextMutPointer> SassContext<S>
[src]

[src]

Creates a new SassContext from data and options.

[src]

Creates a new SassContext from a file and options.

[src]

Compiles SASS data.

Trait Implementations

impl<S: Debug + DataOrFileSassContextMutPointer> Debug for SassContext<S>
[src]

[src]

Formats the value using the given formatter.

impl<S: DataOrFileSassContextMutPointer> Drop for SassContext<S>
[src]

[src]

Executes the destructor for this type. Read more