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