Trait tesseract_swift::utils::error::ErrorCode
source · pub trait ErrorCode: Copy {
const FIRST: u32;
const Sentinel: u32;
// Provided method
fn from_u32(val: u32) -> Option<Self> { ... }
}
Required Associated Constants§
Provided Methods§
Object Safety§
This trait is not object safe.