Struct superfilter::ast::transform::RenderConfig [] [src]

pub struct RenderConfig {
    pub pretty: bool,
    pub indent_str: &'static str,
    pub base_path: PathBuf,
    pub line_ending: &'static [u8],
    pub comments: bool,
}

Holds configuration values for the render output

Fields

Methods

impl RenderConfig
[src]

Trait Implementations

impl Debug for RenderConfig
[src]

Formats the value using the given formatter.