Struct rsass::FileContext [] [src]

pub struct FileContext { /* fields omitted */ }

A file context specifies where to find files to load.

When opening an included file, an extended file context is created, to find further included files relative to the file they are inlcuded from.

Methods

impl FileContext
[src]

Create a new FileContext.

Files will be resolved from the current working directory.

Trait Implementations

impl Clone for FileContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FileContext
[src]

Formats the value using the given formatter.