1 2 3 4 5
use crate::types::ValueFormat; pub trait ValueFormatProvider { fn value_format() -> ValueFormat; }