Trait vizia::vg::shaper::AsRunHandler

pub trait AsRunHandler<'a> {
    type RunHandler: AsNativeRunHandler + 'a;

    // Required method
    fn as_run_handler<'b>(&'b mut self) -> Self::RunHandler
       where 'b: 'a;
}

Required Associated Types§

Required Methods§

fn as_run_handler<'b>(&'b mut self) -> Self::RunHandler
where 'b: 'a,

Implementors§

§

impl<'a> AsRunHandler<'a> for TextBlobBuilderRunHandler<'_>

§

type RunHandler = &'a mut SkShaper_RunHandler

§

impl<'a, T> AsRunHandler<'a> for T
where T: RunHandler,

§

type RunHandler = RustRunHandler