use Duration;
/// Severity of a recorded coercion. `Info` = Tier 1 lossless. `Warn` = Tier 2 lossy-structural.
/// Tier 3 (lossy-semantic) coercions are not recorded — they fail the run via `ElError::Coercion`.
/// A single type coercion applied during a run.
/// Post-run statistics returned by `Transfer::run()`.