Trait actix_cloud::response::ResponseCodeTrait
source · pub trait ResponseCodeTrait {
// Required methods
fn code(&self) -> i64;
fn message(&self) -> &'static str;
}Available on crate feature
response only.