Type Definition poem_lambda::Error

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

Error type that lambdas may result in