pub fn info(
path: impl AsRef<str>,
message: impl Into<String>,
) -> ValidationIssueExpand description
Creates an INFO level issue.
Use this for informational messages, successful checks, or context that helps the user understand the validation state.