Skip to main content

CanReadValue

Trait CanReadValue 

Source
pub trait CanReadValue: CubeType<ExpandType: ReadValue> { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: CubeType<ExpandType: ReadValue>> CanReadValue for T