[][src]Trait rustc_ap_rustc_data_structures::vec_linked_list::LinkElem

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

Associated Types

Loading content...

Required methods

pub fn next(elem: &Self) -> Option<Self::LinkIndex>[src]

Loading content...

Implementors

Loading content...