Trait style_traits::SpeculativePainter [] [src]

pub trait SpeculativePainter: Send + Sync {
    fn speculatively_draw_a_paint_image(
        &self,
        properties: Vec<(Atom, String)>,
        arguments: Vec<String>
    ); }

Speculatively execute paint code in the worklet thread pool.

Required Methods

Implementors