Trait UrlExt

Source
pub trait UrlExt: Sealed {
    // Required method
    fn to_socket(&self) -> Result<SocketAddr>;
}
Expand description

A sealed extension trait for url::Url that adds convenience functions for binding and connecting to the url.

Required Methods§

Implementations on Foreign Types§

Source§

impl UrlExt for Url

Implementors§