in crates/iceberg/src/error.rs [190:192]
fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { self.source.as_ref().map(|v| v.as_ref()) }