[][src]Function demo_duang::foo

pub fn foo<T>(a: T, b: f64, c: T) -> (T, f64, T) where
    T: Mul<T, Output = T>,
    T: Display,
    T: Copy