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

Interface CtSelectUsingCtAssign

ctutils/src/traits/ct_select.rs:78–78  ·  view source on GitHub ↗

Marker trait which enables a blanket impl of [`CtSelect`] for types which also impl [`Clone`] + [`CtAssign`].

Source from the content-addressed store, hash-verified

76/// Marker trait which enables a blanket impl of [`CtSelect`] for types which also impl
77/// [`Clone`] + [`CtAssign`].
78pub trait CtSelectUsingCtAssign: Clone + CtAssign {}
79
80impl<T: CtSelectUsingCtAssign> CtSelect for T {
81 #[inline]

Callers

nothing calls this directly

Implementers 2

choice.rsctutils/src/choice.rs
ct_select.rsctutils/src/traits/ct_select.rs

Calls

no outgoing calls

Tested by

no test coverage detected