Struct futures::sync::BiLockAcquired [−][src]
pub struct BiLockAcquired<T> { /* fields omitted */ }Expand description
Resolved value of the BiLockAcquire<T> future.
This value, like BiLockGuard<T>, is a sentinel to the value T through
implementations of Deref and DerefMut. When dropped will unlock the
lock, and the original unlocked BiLock<T> can be recovered through the
unlock method.
