Trait makepad_widgets::shader::std::LiveApply
pub trait LiveApply {
// Required method
fn apply(
&mut self,
cx: &mut Cx,
from: ApplyFrom,
index: usize,
nodes: &[LiveNode]
) -> usize;
// Provided method
fn apply_over(&mut self, cx: &mut Cx, nodes: &[LiveNode]) { ... }
}