#[derive(thiserror::Error, Debug)] pub enum Error { #[error("Ignore error: {0}")] Ignore(#[from] ignore::Error), }