Trait makepad_widgets::LiveApplyValue
pub trait LiveApplyValue {
// Required method
fn apply_value(
&mut self,
cx: &mut Cx,
from: ApplyFrom,
index: usize,
nodes: &[LiveNode]
) -> usize;
}