It is documented at https://doc.rust- lang.org/std/ops/trait.Add.html, and the trait is declared like so: pub trait Add<RHS = Self> { } type Output; ...
確定! 回上一頁