1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Shill Shill is a tool for shilling easily # Example ```rs struct Person {} struct Linux {} impl Shill<Linux> for Person {} let new_person = Person {}; // Person loves Linux, you should use Linux, Linux is the best! new_person.shill(); ```