Trait rustc_data_structures::vec_linked_list::Links  [−][src]
pub trait Links {
    type LinkIndex: Copy;
    fn next(links: &Self, index: Self::LinkIndex) -> Option<Self::LinkIndex>;
}Associated Types
Required Methods
Implementations on Foreign Types
impl<Ls, '_> Links for &'_ Ls where
    Ls: Links, [src] 
        impl<Ls, '_> Links for &'_ Ls where
    Ls: Links,