Skip to main content

IntoUriComponent

Trait IntoUriComponent 

pub trait IntoUriComponent: Sealed { }
Available on crate feature net only.
Expand description

Sealed marker — types accepted by URI component setters.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

§

impl IntoUriComponent for &str

§

impl IntoUriComponent for &[u8]

Implementors§