Type Alias lambda_runtime::Error

source ·
pub type Error = BoxError;
Expand description

Error type that lambdas may result in

Aliased Type§

struct Error(/* private fields */);