Trait CachedCurEval

Source
pub trait CachedCurEval {
    // Required methods
    fn eval(from: &CachedVals) -> Option<Value>;
    fn name() -> &'static str;
}

Required Methods§

Source

fn eval(from: &CachedVals) -> Option<Value>

Source

fn name() -> &'static str

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§