Trait opentitanlib::proxy::errors::SerializableError
source · pub trait SerializableError: Serialize + Error + Debug + Send + Sync + Serialize + Deserialize {
// Required method
fn as_anyhow_error(self: Box<Self>) -> Error;
}
Expand description
SerializableError
is a trait which represents an error type that can
be sent over the wire by the proxy protocol.