use std::ops::{Add, Sub, Mul}; impl<T> Mul for Complex<T> where T: ... Rust doesn't have trait aliases, but with this technique you can get ...
確定! 回上一頁