Trait mod3d_base::MaterialClient

source ·
pub trait MaterialClient:
    Sized
    + Display
    + Debug { }
Expand description

Trait supported by a material client

Default is not required as materials are only created in response to a crate::Material

Object Safety§

This trait is not object safe.

Implementors§