Type Definition rsass::input::FsContext

source · []
pub type FsContext = Context<FsLoader>;
Expand description

A file-system based Context.

Implementations

Create a new Context, loading files based on the current working directory.

Create a new Context and load a file.

The directory part of path is used as a base directory for the loader.

Add a path to search for files.