Skip to main content

ILiteralExpression

Trait ILiteralExpression 

Source
pub trait ILiteralExpression: IExpression {
    // Provided methods
    fn m_value(self) -> DynValue { ... }
    fn set_m_value(self, value: DynValue) { ... }
}

Provided Methods§

Source

fn m_value(self) -> DynValue

Source

fn set_m_value(self, value: DynValue)

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.

Implementors§