Type Alias lambda_extension::Error
source · pub type Error = BoxError;
Expand description
Error type that extensions may result in
Aliased Type§
struct Error(/* private fields */);
pub type Error = BoxError;
Error type that extensions may result in
struct Error(/* private fields */);