Trait libcantal::Collection [] [src]

pub trait Collection {
    fn visit<'x>(&'x self, visitor: &mut Visitor<'x>);
}

Required Methods

Implementors