MCPcopy Create free account
hub / github.com/RustCrypto/utils / bitor_assign

Method bitor_assign

ctutils/src/choice.rs:512–514  ·  view source on GitHub ↗
(&mut self, rhs: Choice)

Source from the content-addressed store, hash-verified

510impl BitOrAssign for Choice {
511 #[inline]
512 fn bitor_assign(&mut self, rhs: Choice) {
513 *self = *self | rhs;
514 }
515}
516
517impl BitXor for Choice {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected