Function safe_math::safe_multiply

source ยท
pub fn safe_multiply<T>(in_x: T, in_y: T) -> Result<i64, T>
where i128: From<T>, T: Clone + Copy,