Trait Object

Source
pub trait Object: Pack + Instance<ObjectClass> { }
Expand description

An abstract object that could be drawn completely.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<O: Object, M: Map> Object for ObjectMapper<O, M>

Source§

impl<S: Shape, M: Material> Object for Covered<S, M>