Trait iced_graphics::compositor::Default
source · pub trait Default {
type Compositor: Compositor<Renderer = Self>;
}
Expand description
Defines the default compositor of a renderer.
Required Associated Types§
sourcetype Compositor: Compositor<Renderer = Self>
type Compositor: Compositor<Renderer = Self>
The compositor of the renderer.