[][src]Trait memcache::Connectable

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

Required methods

pub fn get_urls(self) -> Vec<String>[src]

Loading content...

Implementations on Foreign Types

impl Connectable for String[src]

impl Connectable for Vec<String>[src]

impl Connectable for &str[src]

impl Connectable for Vec<&str>[src]

Loading content...

Implementors

Loading content...