Type Definition lambda_http::Error
source · pub type Error = Box<dyn Error + Send + Sync + 'static, Global>;Expand description
Error type that lambdas may result in
pub type Error = Box<dyn Error + Send + Sync + 'static, Global>;Error type that lambdas may result in