Struct adapton::engine::Flags [] [src]

pub struct Flags {
    pub ignore_nominal_use_structural: bool,
    pub check_dcg_is_wf: bool,
    pub write_dcg: bool,
}

Fields

ignore_nominal_use_structural: bool check_dcg_is_wf: bool write_dcg: bool

Trait Implementations

impl Debug for Flags
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.