Type Definition tdo_core::error::TdoResult [] [src]

type TdoResult<T> = Result<T>;

Custom Result Type for tdo.

This abbreviation is introduced since many functions throughout the crate return this type of result, which bundles all possible errors of the tdo_core crate.