[][src]Type Definition wrapperrs::Result

type Result<T> = Result<T, Box<dyn Error>>;