Trait memcache::Connectable[][src]

pub trait Connectable {
    fn get_urls(self) -> Vec<String>;
}

Required methods

Implementations on Foreign Types

Implementors