Struct pcb_core::pcb::Ctxt [] [src]

pub struct Ctxt {
    pub type_ctxt: TypeContext,
    pub func_ctxt: FuncContext<'static>,
    pub optimize: bool,
}

Fields

Methods

impl Ctxt
[src]

Trait Implementations

impl Display for Ctxt
[src]

Formats the value using the given formatter. Read more