pub type Error = Error;
Just an anyhow::Error type alias.
anyhow::Error
struct Error { /* private fields */ }