Struct schnorrkel::musig::RevealStage
source · [−]Expand description
Reveal stage for cosigner’s R
values
Trait Implementations
impl<K> TranscriptStages for RevealStage<K> where
K: Borrow<Keypair>,
Auto Trait Implementations
impl<K> RefUnwindSafe for RevealStage<K> where
K: RefUnwindSafe,
impl<K> Send for RevealStage<K> where
K: Send,
impl<K> Sync for RevealStage<K> where
K: Sync,
impl<K> Unpin for RevealStage<K> where
K: Unpin,
impl<K> UnwindSafe for RevealStage<K> where
K: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more