[][src]Trait rpool::Poolable

pub trait Poolable<T>: Send + Sync {
    fn new(context: &T) -> Self;
fn reset(&mut self) -> bool; }

Required methods

fn new(context: &T) -> Self

fn reset(&mut self) -> bool

Loading content...

Implementors

Loading content...