[][src]Trait moore_vhdl::hir::ExprContext

pub trait ExprContext<'t>: SessionContext + AllocInto<'t, IntegerConst<'t>> + AllocOwnedInto<'t, dyn Const2<'t>> + AllocOwnedInto<'t, dyn Type> { }

A context that provides the facilities to operate on expressions.

Implementors

impl<'t, T> ExprContext<'t> for T where
    T: SessionContext + AllocInto<'t, IntegerConst<'t>> + AllocOwnedInto<'t, dyn Const2<'t>> + AllocOwnedInto<'t, dyn Type>, 
[src]

Loading content...