Skip to main content

IntoRedirectLoc

Trait IntoRedirectLoc 

pub trait IntoRedirectLoc: IntoRedirectLocSeal { }
Available on crate feature http only.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

§

impl<T> IntoRedirectLoc for T
where T: IntoRedirectLocSeal,