Trait bonsaidb_core::custom_api::CustomApiError
source · [−]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.