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

Trait for values that can be converted into responses.

This can be implemented by types that do not implement Clone.

Implementors