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§