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

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

Trait Implementations

impl<T> Push<T> for Pusher<T>
[src]

[src]

Pushes element and provides the opportunity to take ownership. Read more

[src]

Pushes element and drops any resulting resources.

[src]

Pushes None, conventionally signalling a flush.