pub trait CustomApiError: Display + Clone + Serialize + for<'de> Deserialize<'de> + Send + Sync + Debug { }
Expand description

An error that can be used within a CustomApi definition.

Implementors