Skip to main content

starts_with_optional_field

Function starts_with_optional_field 

Source
pub async fn starts_with_optional_field(test: &mut Test) -> Result<()>
Expand description

starts_with on an Option<String> field — matches non-null values with the given prefix; rows with NULL values are excluded.