1 2
pub type StdBoxError = Box<dyn std::error::Error + Send + Sync>; pub type IResult<V = ()> = Result<V, StdBoxError>;