fn fmt()

in azure-kusto-data/src/types.rs [41:43]


    fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
        write!(f, "{self}")
    }