1use super::*; 2 3impl Default for DecimalKind { 4 fn default() -> Self { 5 DecimalKind::Float32 6 } 7}