[][src]Trait rustc_data_structures::vec_linked_list::Links

pub trait Links {
    type LinkIndex: Copy;
    fn next(links: &Self, index: Self::LinkIndex) -> Option<Self::LinkIndex>;
}

Associated Types

Loading content...

Required methods

fn next(links: &Self, index: Self::LinkIndex) -> Option<Self::LinkIndex>

Loading content...

Implementations on Foreign Types

type LinkIndex = Ls::LinkIndex

Loading content...

Implementors

type LinkIndex = L

Loading content...