[][src]Type Definition cherries::validate::Result

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

Type synonym for std::result::Result<Cherry<T>, Error>.

Used in validation.