actix_cloud::response

Trait 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§