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