Struct schnorrkel::musig::CommitStage
source · pub struct CommitStage<K: Borrow<Keypair>> { /* private fields */ }
Expand description
Commitment stage for cosigner’s R
values
Trait Implementations§
impl<K> TranscriptStages for CommitStage<K>where K: Borrow<Keypair>,
Auto Trait Implementations§
impl<K> RefUnwindSafe for CommitStage<K>where K: RefUnwindSafe,
impl<K> Send for CommitStage<K>where K: Send,
impl<K> Sync for CommitStage<K>where K: Sync,
impl<K> Unpin for CommitStage<K>where K: Unpin,
impl<K> UnwindSafe for CommitStage<K>where K: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more