Trait ConfiguredService

Source
pub trait ConfiguredService {
    // Required methods
    fn auth(&self) -> ServiceAuth;
    fn host(&self) -> String;
}

Required Methods§

Source

fn auth(&self) -> ServiceAuth

Source

fn host(&self) -> String

Implementors§