Type Definition poem_lambda::Error[]

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

Error type that lambdas may result in