Endpoint

Trait Endpoint 

Source
pub trait Endpoint {
    // Required methods
    fn credentials(&self) -> String;
    fn as_url(&self) -> String;
}

Required Methods§

Source

fn credentials(&self) -> String

Source

fn as_url(&self) -> String

Implementors§