Skip to main content

IDynamicExprExpression

Trait IDynamicExprExpression 

Source
pub trait IDynamicExprExpression: IExpression {
    // Provided methods
    fn m_exp(self) -> Expression { ... }
    fn set_m_exp(self, value: Expression) { ... }
}

Provided Methods§

Source

fn m_exp(self) -> Expression

Source

fn set_m_exp(self, value: Expression)

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§