1 2
use std::error::Error; pub type Result<T> = std::result::Result<T, Box<dyn Error + Send + Sync + 'static>>;