Skip to main content

TryIntoUriFmt

Trait TryIntoUriFmt 

pub trait TryIntoUriFmt: TryIntoUriFmtPriv { }
Available on crate feature net only.
Expand description

Private trait used by this module to easily create Uri formatters from owned or static byte-like objects.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

§

impl TryIntoUriFmt for &'static [u8]

§

impl TryIntoUriFmt for &'static str

Implementors§