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

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

Associated Types

Loading content...

Required methods

fn next(elem: &Self) -> Option<Self::LinkIndex>

Loading content...

Implementors

Loading content...