[−][src]Trait swim_mem::resident::ResidentAdd
A +
operable Resident
of a raw memory Lease
.
Associated Types
type Output
The resulting type of applying the +
operator.
Required methods
fn resident_add(lease: L, rhs: Rhs) -> Self::Output
Returns the addition of rhs
to the resident of the lease
.