Trait LiveApplyReset

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

Required Methods§

Source

fn apply_reset( &mut self, cx: &mut Cx, apply: &mut Apply<'_, '_, '_>, index: usize, nodes: &[LiveNode], )

Implementors§