Struct schnorrkel::musig::CollectStage
source · pub struct CollectStage;
Expand description
Initial stage for cosignature collectors who do not themselves cosign.
Auto Trait Implementations§
impl RefUnwindSafe for CollectStage
impl Send for CollectStage
impl Sync for CollectStage
impl Unpin for CollectStage
impl UnwindSafe for CollectStage
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