Struct schnorrkel::musig::CollectStage
source ยท pub struct CollectStage;
๐Deprecated since 0.11.0: This module will be replaced in the future
Expand description
Initial stage for cosignature collectors who do not themselves cosign.
Auto Trait Implementationsยง
impl Freeze for CollectStage
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