Skip to main content

validate_update

Function validate_update 

Source
pub fn validate_update<S, T>(value: &T) -> Result<(), VldSqlxError>
where S: VldParse, T: Serialize,
Expand description

Alias for validate_insert — same logic applies to updates.