pub trait IntoResponseClone<R: Respond>: IntoResponseOnce<R> { }
Expand description

Trait for Clone values which can be converted into a reusable multi-value responder.

Implementors§