(&mut self, other: &Self, choice: Choice)
| 533 | impl CtAssign for Choice { |
| 534 | #[inline] |
| 535 | fn ct_assign(&mut self, other: &Self, choice: Choice) { |
| 536 | self.0.ct_assign(&other.0, choice); |
| 537 | } |
| 538 | } |
| 539 | impl CtAssignSlice for Choice {} |
| 540 | impl CtSelectUsingCtAssign for Choice {} |
nothing calls this directly
no outgoing calls
no test coverage detected