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