[][src]Type Definition cddl_cat::flatten::FlattenResult

type FlattenResult<T> = Result<T, ValidateError>;

The result of a flatten operation.