Trait rustc_data_structures::vec_linked_list::Links
source · pub trait Links {
type LinkIndex: Copy;
// Required method
fn next(links: &Self, index: Self::LinkIndex) -> Option<Self::LinkIndex>;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.