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