rama-core 0.3.0

rama service core code, used by rama and service authors
Documentation
1
2
3
4
5
6
//! Default Error type for Abortable middleware.

rama_utils::macros::error::static_str_error! {
    #[doc = "service was aborted via controller"]
    pub struct Aborted;
}