KennethWilke / tenorite

A rust library for concurrent greatness
MIT License
3 stars 1 forks source link

error: impl Debug and Error traits #1

Closed moosingin3space closed 2 years ago

moosingin3space commented 2 years ago

This patch requires Request, Response, and Error parameters to impl the Debug trait, which allows TenoriteError to impl Debug and Error. By allowing this, TenoriteError can be used with .unwrap, .expect, and error-propagation libraries like anyhow.