Skip to main content

purify_row_sync

Function purify_row_sync 

Source
pub fn purify_row_sync(
    blueprint: &Blueprint,
    model_name: &str,
    row: &Row,
) -> Result<(), Vec<PurifyError>>
Expand description

Convenience wrapper: validate with a default (no custom rules) Purifier. Used by the WASM export and for simple cases that don’t need custom rules.