Type Definition lambda_runtime::Error[][src]

pub type Error = Box<dyn Error + Send + Sync + 'static>;
Expand description

Error type that lambdas may result in