coda-api 0.3.0

Coda API client
Documentation
1
2
3
4
5
use crate::types::ValueFormat;

pub trait ValueFormatProvider {
    fn value_format() -> ValueFormat;
}