pub trait ParentKind: Copy {
    fn set_index(&mut self, index: usize);
}
Available on crate feature __common only.

Required Methods

Implementors