Trait netidx_bscript::stdfn::CachedCurEval[][src]

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

Required methods

Implementors