[][src]Trait binjs::meta::spec::HasInterfaces

pub trait HasInterfaces {
    fn get_interface(
        &self,
        spec: &Spec,
        name: &NodeName
    ) -> Option<Rc<Interface>>; }

Required methods

fn get_interface(&self, spec: &Spec, name: &NodeName) -> Option<Rc<Interface>>

Loading content...

Implementors

impl HasInterfaces for NamedType[src]

impl HasInterfaces for TypeSpec[src]

Loading content...