[][src]Trait interledger_http::HttpAccount

pub trait HttpAccount: Account {
    fn get_http_url(&self) -> Option<&Url>;
fn get_http_auth_token(&self) -> Option<&str>; }

Required methods

fn get_http_url(&self) -> Option<&Url>

fn get_http_auth_token(&self) -> Option<&str>

Loading content...

Implementors

Loading content...