Trait cosmic::iced_winit::graphics::backend::Backend

source ·
pub trait Backend {
    type Primitive;
}
Expand description

The graphics backend of a Renderer.

Required Associated Types§

source

type Primitive

The custom kind of primitives this Backend supports.

Implementations on Foreign Types§

source§

impl Backend for Backend

§

type Primitive = Custom

Implementors§