pub trait IntoRawResponse: IntoResponse { }
Expand description

A trait for types that can be converted into a raw response.

Implementors§

§

impl<R> IntoRawResponse for R
where R: IntoResponse,