Skip to main content

HasValue

Trait HasValue 

Source
pub trait HasValue {
    // Required method
    fn value(&self, scope: &Scope) -> Value;
}

Required Methods§

Source

fn value(&self, scope: &Scope) -> Value

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<T: ?Sized> HasValue for *const NativeExpand<T>

Source§

fn value(&self, scope: &Scope) -> Value

Source§

impl<T: ?Sized> HasValue for *mut NativeExpand<T>

Source§

fn value(&self, scope: &Scope) -> Value

Implementors§