pub trait TesselateBatchConverter<B> {
    // Required method
    fn convert(&mut self, batch: TesselateBatch) -> Option<B>;
}

Required Methods§

source

fn convert(&mut self, batch: TesselateBatch) -> Option<B>

Implementations on Foreign Types§

source§

impl TesselateBatchConverter<TesselateBatch> for ()

Implementors§