This commit is contained in:
iceyrazor
2025-02-12 19:06:19 -06:00
parent 962d407b3f
commit c577152f8f
3 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ use std::fs;
use toml::{Table, Value};
use std::collections::HashMap;
/// # print the bababoie
/// MONKEY
fn print_type_of<T>(_: &T) {
println!("{}", std::any::type_name::<T>());
}