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

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