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