[]Trait geng::prelude::ugli::VertexAttributeVisitor

pub trait VertexAttributeVisitor {
    fn visit<A>(&mut self, name: &str, attribute: &A)
    where
        A: VertexAttribute
; }

Required methods

fn visit<A>(&mut self, name: &str, attribute: &A) where
    A: VertexAttribute

Loading content...

Implementors

Loading content...