[][src]Trait macgyver_lock::Connectable

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

Required methods

fn get_urls(self) -> Vec<String>

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...