pub trait Sub<RHS = Self> { type Output; fn sub(self, rhs: RHS) -> Self::Output; }. [−] Expand description. The Sub trait is used to specify the ...
確定! 回上一頁