[][src]Trait limiting_factor::api::replies::FailureResponse

pub trait FailureResponse {
    fn into_failure_response(self) -> Status;
}

This trait allows to consume an object into an HTTP failure response.

Required methods

fn into_failure_response(self) -> Status

Consumes the variable and creates a Failure response .

Loading content...

Implementors

Loading content...