Function as_null

Source
pub fn as_null(value: &[u8]) -> Option<()>
Expand description

If the JSONB is a Null, returns (). Returns None otherwise.