Versions in this module Expand all Collapse all v0 v0.2.0 Jul 6, 2026 v0.1.0 May 17, 2026 Changes in this version + func ValidateAndConvert[T Validator, U any](item T, converter func(T) U, itemType string) result.Result[U] + func ValidateAndWrap[T Validator](item T, itemType string) result.Result[T] + func ValidateWithCustomError[T Validator](item T, errorMsg string) result.Result[T] + type Validator interface + Validate func() error