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

Implementors