[][src]Type Definition vale::Result

type Result = Result<(), Vec<String>>;

A type alias for the Result returned by the Validate::validate function.