[][src]Trait wdg_uri::authority::AuthorityParse

pub trait AuthorityParse {
    fn parse(&self) -> Result<Authority, Error>;
}

Required methods

fn parse(&self) -> Result<Authority, Error>

Loading content...

Implementations on Foreign Types

impl<'_> AuthorityParse for &'_ str[src]

Loading content...

Implementors

Loading content...