Note: This page contains multiple implementations.
Objects that implement the binary + operator.
+
impl Add<Wsize> for Wsize { type Output = Wsize; }
impl Add<usize> for Wsize { type Output = Wsize; }