pub type VisionError = Box<dyn Error + Send + Sync>;Expand description
Error returned by a VisionAnalyzer implementation.
Boxed so this crate stays agnostic to the consumer’s error type (an embacle provider error, an HTTP error, etc.).
Aliased Type§
pub struct VisionError(/* private fields */);