where句を使ったより明確なトレイト境界2022/2/21 1:01:00 https://doc.rust-jp.rs/book-ja/ch10-02-traits.html#where句を使ったより明確なトレイト境界
あれ2022/2/21 1:01:00 fn some_function<T, U>(t: &T, u: &U) -> i32 where T: Display + Clone, U: Clone + Debug { where句を使ったより明確なトレイト境界