Closed tehAnswer closed 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.
Debug
cloud_pub::error::Error
unwrap
Result
More info here.
Hey @kayleg,
This pull request that adds the
Debug
trait tocloud_pub::error::Error
and consequently, theunwrap
method to anyResult
instances containing this error type.More info here.