#[derive(Debug, Snafu)] #[snafu(module)] enum Error { Alpha } By default, should that generate mod error { struct Alpha; } Or mod error { struct AlphaSnafu; }