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.
pub trait CameraPaintableImpl: ObjectImpl + PaintableImpl { }
Public trait that must be implemented for everything that derives from
CameraPaintable
.