[][src]Trait ascesis::Compilable

pub trait Compilable {
    fn compile(
        &self,
        ctx: &Arc<Mutex<Context>>
    ) -> Result<bool, Box<dyn Error + 'static>>; }

Required methods

fn compile(
    &self,
    ctx: &Arc<Mutex<Context>>
) -> Result<bool, Box<dyn Error + 'static>>

Loading content...

Implementors

impl Compilable for CapacityBlock[src]

impl Compilable for ImmediateDef[src]

impl Compilable for InhibitorBlock[src]

impl Compilable for MultiplicityBlock[src]

impl Compilable for PropBlock[src]

Loading content...