Trait memcache::Connectable

source ·
pub trait Connectable<'a> {
    fn get_urls(self) -> Vec<&'a str>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§