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.

Required Methods§

source

fn code(&self) -> i64

source

fn message(&self) -> &'static str

Implementors§