Skip to main content

record_from_sql

Function record_from_sql 

Source
pub fn record_from_sql(
    bytes: &[u8],
) -> impl Iterator<Item = Result<(Option<Type>, Option<&[u8]>), CompositeError>>
Expand description

Iterator of record field bytes None values represent NULL values.