Trait mod3d_base::VerticesClient

source ·
pub trait VerticesClient:
    Sized
    + Debug
    + Default
    + Clone { }
Expand description

The trait that must be supported by a client vertices

Clone is required as Vertices can be borrowed by more than one object, and an instantiable object contains the VerticesClient for the Vertices

Object Safety§

This trait is not object safe.

Implementors§