引数の型として特質を使う2022/2/20 7:22:00 pub fn notify(item: &impl Summary) { println!("Breaking news! {}", item.summarize()); } https://doc.rust-jp.rs/book-ja/ch10-02-traits.html#引数としてのトレイト 特質境界構文の糖衣構文となっている