1
2
3
4
5
6
7
use super::*;

impl Default for DecimalKind {
    fn default() -> Self {
        DecimalKind::Float32
    }
}