あれ2022/2/21 1:01:00 fn some_function<T, U>(t: &T, u: &U) -> i32 where T: Display + Clone, U: Clone + Debug { where句を使ったより明確なトレイト境界