Skip to main content

VariableValue

Trait VariableValue 

Source
pub trait VariableValue: Value<false> { }

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<T: Value<false>> VariableValue for T