Struct moore_common::Session [−][src]
pub struct Session {
pub opts: SessionOptions,
pub failed: Cell<bool>,
}
Fields
opts: SessionOptions
failed: Cell<bool>
Whether any error diagnostics were produced.
Implementations
Trait Implementations
Emit a diagnostic message.
Check if a verbosity option is set.