//! The validation outcome type.
//!
//! [`ValidationReport`] is the public result of a full document validation
//! pass; it is re-exported from the check module root as part of the crate's
//! public validate API.
use crate;
/// The outcome of a full document validation pass.