[][src]Trait reool::Poolable

pub trait Poolable: Send + Sized + 'static {
    fn connected_to(&self) -> &str;
}

Something that can be put into the connection pool

Required methods

fn connected_to(&self) -> &str

The host/addr this connection is connected to.

Loading content...

Implementors

impl Poolable for ConnectionFlavour[src]

Loading content...