Piet

Type Alias Piet 

Source
pub type Piet<'a> = CairoRenderContext<'a>;
Expand description

The RenderContext for the Cairo backend, which is selected.

Aliased Typeยง

pub struct Piet<'a> { /* private fields */ }