Enum rsass::OutputStyle [] [src]

pub enum OutputStyle {
    Normal,
    Compressed,
}

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

Variants

Methods

impl OutputStyle
[src]

[src]

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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OutputStyle
[src]

impl Debug for OutputStyle
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for OutputStyle
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for OutputStyle
[src]