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

pub struct RenderContext<'a> {
    pub config: &'a RenderConfig,
    pub indent_level: isize,
}

Holds any contextual information needed to render a node

Fields

Methods

impl<'a> RenderContext<'a>
[src]

Trait Implementations

impl<'a> Clone for RenderContext<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for RenderContext<'a>
[src]