Lines Matching defs:Output
229 type Output = Delta;
241 type Output = Self;
244 fn add(self, rhs: Delta) -> Self::Output {
261 type Output = Self;
264 fn sub(self, rhs: Delta) -> Self::Output {
291 type Output = Self;
309 type Output = Self;
312 fn sub(self, rhs: Self) -> Self::Output {
327 type Output = Self;
330 fn mul(self, rhs: i64) -> Self::Output {
345 type Output = i64;
348 fn div(self, rhs: Self) -> Self::Output {