Trait rustc_data_structures::vec_linked_list::LinkElem[][src]

pub trait LinkElem {
    type LinkIndex: Copy;
    fn next(elem: &Self) -> Option<Self::LinkIndex>;
}

Associated Types

Required Methods

Implementors