kayleg / cloud-pubsub

Google Cloud PubSub client in rust
MIT License
31 stars 21 forks source link

Added Debug trait to error::Error #2

Closed tehAnswer closed 5 years ago

tehAnswer commented 5 years ago

Hey @kayleg,

This pull request that adds the Debug trait to cloud_pub::error::Error and consequently, the unwrap method to anyResult instances containing this error type.

More info here.