pub struct Round<S: MessagesStore> { /* private fields */ }Expand description
A round of MPC protocol
Round can be used to retrieve messages received at this round by calling RoundsRouter::complete. See
module level documentation to see usage.
Auto Trait Implementations§
impl<S> Freeze for Round<S>
impl<S> RefUnwindSafe for Round<S>where
S: RefUnwindSafe,
impl<S> Send for Round<S>
impl<S> Sync for Round<S>
impl<S> Unpin for Round<S>
impl<S> UnwindSafe for Round<S>where
S: 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