pub fn record_from_sql( bytes: &[u8], ) -> impl Iterator<Item = Result<(Option<Type>, Option<&[u8]>), CompositeError>>
Iterator of record field bytes None values represent NULL values.
None