1 2 3 4 5 6 7 8
use crate::ValueFormatProvider; use crate::types::{Row, ValueFormat}; impl ValueFormatProvider for Row { fn value_format() -> ValueFormat { ValueFormat::Simple } }