[][src]Trait reool::Poolable

pub trait Poolable: Send + Sized + 'static {
type Error: Send + Sized + 'static;
}

Associated Types

type Error: Send + Sized + 'static

Loading content...

Implementations on Foreign Types

impl Poolable for Connection[src]

Loading content...

Implementors

Loading content...