Trait dynamic_list::Index
source · pub trait Index<I> {
type Output<'a>
where Self: 'a;
// Required method
fn index(&self) -> Self::Output<'_>;
}Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.