[][src]Type Definition ytr::Result

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

Result alias with ytr::Error as the Err variant.