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

Method bitand

ctutils/src/choice.rs:489–491  ·  view source on GitHub ↗
(self, rhs: Choice)

Source from the content-addressed store, hash-verified

487
488 #[inline]
489 fn bitand(self, rhs: Choice) -> Choice {
490 self.and(rhs)
491 }
492}
493
494impl BitAndAssign for Choice {

Callers

nothing calls this directly

Calls 1

andMethod · 0.45

Tested by

no test coverage detected