Trait fire_http::into::IntoResponse
source · pub trait IntoResponse {
fn into_response(self) -> Response;
}Required Methods
fn into_response(self) -> Response
Implementations on Foreign Types
sourceimpl IntoResponse for &'static str
impl IntoResponse for &'static str
fn into_response(self) -> Response
sourceimpl IntoResponse for String
impl IntoResponse for String
fn into_response(self) -> Response
sourceimpl IntoResponse for Vec<u8>
impl IntoResponse for Vec<u8>
fn into_response(self) -> Response
sourceimpl IntoResponse for Bytes
impl IntoResponse for Bytes
fn into_response(self) -> Response
sourceimpl IntoResponse for ()
impl IntoResponse for ()
fn into_response(self) -> Response
Implementors
impl IntoResponse for Body
impl IntoResponse for Caching
Available on crate feature
fs only.impl IntoResponse for File
Available on crate feature
fs only.impl IntoResponse for PartialFile
Available on crate feature
fs only.