some_func2

Function some_func2 

Source
pub fn some_func2<T, U>(t: &T, u: &U) -> i32
where T: Display + Clone, U: Clone + Debug,