Module cargo_credential::error::error_serialize

source ·
Expand description

Serializer / deserializer for any boxed error. The string representation of the error, and its source chain can roundtrip across the serialization. The actual types are lost (downcast will not work).

Functions§