Trait hyper_ast::store::HLang

source ·
pub trait HLang {
    type Id;

    // Required methods
    fn lang_id(&self) -> HLangId;
    fn new(idl: HLangId) -> Self;
}

Required Associated Types§

Required Methods§

source

fn lang_id(&self) -> HLangId

source

fn new(idl: HLangId) -> Self

Implementors§