[][src]Trait opencv_binding_generator::EntityWalkerVisitor

pub trait EntityWalkerVisitor<'tu> {
    fn visit_entity(&mut self, entity: Entity<'tu>) -> bool;

    fn wants_file(&mut self, path: &Path) -> bool { ... }
fn visit_resolve_type(&mut self, typ: Type<'tu>) -> bool { ... } }

Required methods

fn visit_entity(&mut self, entity: Entity<'tu>) -> bool

Loading content...

Provided methods

fn wants_file(&mut self, path: &Path) -> bool

fn visit_resolve_type(&mut self, typ: Type<'tu>) -> bool

Loading content...

Implementors

Loading content...