[][src]Trait reool::Poolable

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

Required methods

fn connected_to(&self) -> &str

Loading content...

Implementors

impl Poolable for ConnectionFlavour[src]

Loading content...