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