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 ()

Implementors§