1// type BoxError = Box<dyn std::error::Error + Send + Sync + 'static>; 2// type BoxResult<T> = Result<T, BoxError>;