Trait cosmic::iced_winit::graphics::compositor::Default

source ·
pub trait Default {
    type Compositor: Compositor<Renderer = Self>;
}
Expand description

Defines the default compositor of a renderer.

Required Associated Types§

source

type Compositor: Compositor<Renderer = Self>

The compositor of the renderer.

Implementations on Foreign Types§

source§

impl Default for ()

source§

impl Default for Renderer

Implementors§

source§

impl<A, B> Default for cosmic::iced_widget::renderer::fallback::Renderer<A, B>
where A: Default, B: Default,