Trait opencv_binding_generator::EntityWalkerExt

source ·
pub trait EntityWalkerExt<'tu> {
    // Required method
    fn walk_opencv_entities(self, visitor: impl EntityWalkerVisitor<'tu>);
}
Expand description

Trait to recursively visit every clang Entity supported by the OpenCV binding generator

Required Methods§

source

fn walk_opencv_entities(self, visitor: impl EntityWalkerVisitor<'tu>)

Recursively visits every clang Entity supported by the OpenCV binding generator starting from the self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'tu> EntityWalkerExt<'tu> for Entity<'tu>

Implementors§