You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to write a generic library on top of arrayfire-rust. For most Array::* functions, having T: arrayfire::HasAfEnum is enough but for functions like arrayfire::dot, that has the additional bound of FloatingPoint, I cannot write a wrapping function since that trait is implemented in utils but utils is a private module.