Skip to main content

reject_nul

Function reject_nul 

Source
fn reject_nul(s: &str) -> Result<(), Box<dyn Error + Sync + Send>>
Expand description

Returns an error if s contains a NUL character, which PostgreSQL rejects in text values.