[][src]Function lieweb::response::with_status

pub fn with_status<R: IntoResponse>(
    response: R,
    status: StatusCode
) -> WithStatus<R>