coda-api 0.3.0

Coda API client
Documentation
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
    }
}