Struct tmp_vec::TmpVec [] [src]

pub struct TmpVec<U> { /* fields omitted */ }

Methods

impl<U> TmpVec<U>
[src]

Trait Implementations

impl<U> Default for TmpVec<U>
[src]

Returns the "default value" for a type. Read more

impl<U> Drop for TmpVec<U>
[src]

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