pub trait ParentKind: Copy {
    fn set_index(&mut self, index: usize);
}

Required Methods

Implementors