Skip to main content

Value

Trait Value 

Source
pub trait Value {
    // Required method
    fn vtype(&self) -> ValueType;
}

Required Methods§

Source

fn vtype(&self) -> ValueType

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§