Trait HasInterfaces
binjs::meta::spec
pub trait HasInterfaces { fn get_interface( &self, spec: &Spec, name: &NodeName ) -> Option<Rc<Interface>>; }
fn get_interface(&self, spec: &Spec, name: &NodeName) -> Option<Rc<Interface>>
impl HasInterfaces for NamedType
impl HasInterfaces for TypeSpec