lib/
utils.rs

1
2
3
use std::error::Error;

pub type GenericError = Box<dyn Error + Send + Sync>;