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]

[src]

Formats the value using the given formatter. Read more

impl<T> Display for ReuniteError<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Any> Error for ReuniteError<T>
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl<T> Send for ReuniteError<T> where
    T: Send

impl<T> Sync for ReuniteError<T> where
    T: Send