Trait vizia::vg::shaper::AsNativeRunHandler
pub trait AsNativeRunHandler {
// Required method
fn as_native_run_handler(&mut self) -> &mut SkShaper_RunHandler;
}
Expand description
A trait for accessing the native run handler instance used in the shape_native* functions.