pub trait CameraPaintableImpl: ObjectImpl + PaintableImpl { }
Expand description

Public trait that must be implemented for everything that derives from CameraPaintable.

Object Safety§

This trait is not object safe.

Implementors§