Trait MaterialClient

Source
pub trait MaterialClient: Sized + Debug { }
Expand description

Trait supported by a material client

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

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.

Implementations on Foreign Types§

Source§

impl MaterialClient for ()

Implementors§