use Serialize;
use ;
/// The type a config property's values take.
///
/// `Display` is the KDL spelling, so a parsed spec can be written back out — without it
/// `data_type` was read and then silently dropped by the serializer, which is how a
/// `data_type="integer"` came back as `Null` after one round trip.