Struct list::List [] [src]

pub struct List<T> { /* fields omitted */ }

Methods

impl<T> List<T>
[src]

Trait Implementations

impl<T> Drop for List<T>
[src]

A method called when the value goes out of scope. Read more