Struct futures_util::lock::ReuniteError [−][src]
Error indicating two BiLock<T>
s were not two halves of a whole, and
thus could not be reunite
d.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for ReuniteError<T>
impl<T> Send for ReuniteError<T> where
T: Send,
T: Send,
impl<T> Sync for ReuniteError<T> where
T: Send,
T: Send,