allocator_
api2
0.2.21
Extend
With
Required Methods
last
next
Implementors
In allocator_
api2::
stable::
vec
allocator_api2
::
stable
::
vec
Trait
ExtendWith
Copy item path
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
§
Source
§
impl<T:
Clone
>
ExtendWith
<T> for
ExtendElement
<T>