[][src]Trait cloudevents::event::TryIntoUrl

pub trait TryIntoUrl {
    pub fn into_url(self) -> Result<Url, ParseError>;
}

Trait to define conversion to Url

Required methods

Loading content...

Implementations on Foreign Types

impl TryIntoUrl for Url[src]

impl TryIntoUrl for &str[src]

impl TryIntoUrl for String[src]

Loading content...

Implementors

Loading content...