Skip to main content

ReturnHandle

Trait ReturnHandle 

Source
pub trait ReturnHandle<T: Returnable>:
    Send
    + Sync
    + 'static {
    // Required method
    fn return_to_pool(&self, value: PoolValue<T>);
}

Required Methods§

Source

fn return_to_pool(&self, value: PoolValue<T>)

Implementors§