1
2
3
use crate::Errors;

pub type Result_<T> = Result<T, Errors>;