[][src]Trait opencv_binding_generator::EntityWalkerVisitor

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

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

Required methods

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

Loading content...

Provided methods

pub fn wants_file(&mut self, path: &Path) -> bool[src]

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

Loading content...

Implementors

Loading content...