Struct futures_util::lock::ReuniteError
[−]
[src]
pub struct ReuniteError<T>(pub BiLock<T>, pub BiLock<T>);
Error indicating two BiLock<T>s were not two halves of a whole, and
thus could not be reunited.
Trait Implementations
impl<T> Debug for ReuniteError<T>[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<T> Display for ReuniteError<T>[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<T: Any> Error for ReuniteError<T>[src]
Auto Trait Implementations
impl<T> Send for ReuniteError<T> where
T: Send,
T: Send,
impl<T> Sync for ReuniteError<T> where
T: Send,
T: Send,