Enum rsass::OutputStyle[][src]

pub enum OutputStyle {
    Expanded,
    Compressed,
}

Selected target format. Only formats that are variants of this type are supported by rsass.

Variants

Methods

impl OutputStyle
[src]

Important traits for &'a [u8]

Get the names of the supported output styles.

Write a slice of sass items in this format. The file_context is needed if there are @import statements in the sass file.

Trait Implementations

impl Clone for OutputStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OutputStyle
[src]

impl Debug for OutputStyle
[src]

Formats the value using the given formatter. Read more

impl PartialEq for OutputStyle
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for OutputStyle
[src]

impl FromStr for OutputStyle
[src]

Get an output style from its name.

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for OutputStyle

impl Sync for OutputStyle