Trait allocator_api2::stable::vec::ExtendWith

source ·
trait ExtendWith<T> {
    // Required methods
    fn next(&mut self) -> T;
    fn last(self) -> T;
}

Required Methods§

source

fn next(&mut self) -> T

source

fn last(self) -> T

Implementors§