cosmic::iced::advanced::graphics::compositor

Trait 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,