midas_core/
error.rs

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

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