Skip to main content

info

Function info 

Source
pub fn info(
    path: impl AsRef<str>,
    message: impl Into<String>,
) -> ValidationIssue
Expand description

Creates an INFO level issue.

Use this for informational messages, successful checks, or context that helps the user understand the validation state.