[][src]Type Definition qrsync::utils::ResultOrError

type ResultOrError<T> = Result<T, QrSyncError>;

Handy type handling Result and Errors.