Trait netidx_bscript::vm::Apply [−][src]
pub trait Apply<C: Ctx, E> {
fn current(&self) -> Option<Value>;
fn update(
&mut self,
ctx: &mut ExecCtx<C, E>,
from: &mut [Node<C, E>],
event: &Event<E>
) -> Option<Value>;
}