pub(crate) type Error = Box<dyn Error + Send + Sync + 'static>;
pub(crate) struct Error(/* private fields */);