1 2 3 4 5 6
foreigner_class!( /// This is documentation comment class Utils { /// Very important function static_method f(_: i32) -> i32; });