Struct timely_communication::allocator::thread::Puller [] [src]

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

Trait Implementations

impl<T> Pull<T> for Puller<T>
[src]

[src]

Pulls an element and provides the opportunity to take ownership. Read more

[src]

Takes an Option<T> and leaves None behind.