Trait sled_web::response::IntoResponse[][src]

pub trait IntoResponse {
    fn into_response(self, _: Arc<Tree>) -> Response<Body>;
}

Types that may be produced in response to some request.

Required Methods

Respond to the given request body, updating the sled::Tree as necessary.

Implementors