Trait vizia::vg::shaper::RunIterator

pub trait RunIterator {
    // Required methods
    fn consume(&mut self);
    fn end_of_current_run(&self) -> usize;
    fn at_end(&self) -> bool;
}

Required Methods§

fn consume(&mut self)

fn end_of_current_run(&self) -> usize

fn at_end(&self) -> bool

Implementors§

§

impl<T> RunIterator for RefHandle<T>
where T: NativeDrop + NativeBase<SkShaper_RunIterator>,