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

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

Trait to define conversion to Url

Required methods

Implementations on Foreign Types

Implementors