cloudevents::event

Trait TryIntoUrl

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

Trait to define conversion to Url

Required Methods§

Implementations on Foreign Types§

Source§

impl TryIntoUrl for &str

Source§

impl TryIntoUrl for Url

Source§

impl TryIntoUrl for String

Implementors§