[][src]Trait firm_construction::runtime::RTLib

pub trait RTLib {
    fn ld_name(&self, builtin: RuntimeFunction) -> &'static str;
fn mj_main_name(&self) -> &'static str; }

Required methods

Loading content...

Implementors

impl RTLib for Mjrt
[src]

Loading content...