pub trait ToValidationValue {
// Required method
fn to_validation_value(&self) -> Value;
}
Expand description
Trait for types that can be converted to a validation value
pub trait ToValidationValue {
// Required method
fn to_validation_value(&self) -> Value;
}
Trait for types that can be converted to a validation value