pub trait IntoWebResponse {
// Required method
fn response(self) -> Response;
}Expand description
Values returned by a function implemented with the crate::post! macro must implement this trait.
pub trait IntoWebResponse {
// Required method
fn response(self) -> Response;
}Values returned by a function implemented with the crate::post! macro must implement this trait.