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