pub trait LiveApplyValue {
// Required method
fn apply_value(
&mut self,
cx: &mut Cx,
apply: &mut Apply<'_, '_, '_>,
index: usize,
nodes: &[LiveNode],
) -> usize;
}
pub trait LiveApplyValue {
// Required method
fn apply_value(
&mut self,
cx: &mut Cx,
apply: &mut Apply<'_, '_, '_>,
index: usize,
nodes: &[LiveNode],
) -> usize;
}