pub trait ServiceURL {
    fn service_url() -> Result<Url, ParseError>;
}

Required Methods

Implementors