[][src]Trait semval::Validation

pub trait Validation: Any + Debug { }

Validation objectives that might be violated

A validation fails if one or more objectives are violated.

These types are typically enums with one variant per objective. Some of the variants may recursively wrap dependent validations to trace back the root cause.

Implementors

impl<V> Validation for V where
    V: Any + Debug
[src]

Loading content...