Trait reool::Poolable[][src]

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[src]

The host/addr this connection is connected to.

Loading content...

Implementors

Loading content...