Struct tokio::sync::AcquireError [−][src]
pub struct AcquireError(_);
Error returned from the Semaphore::acquire function.
An acquire operation can only fail if the semaphore has been
closed.
pub struct AcquireError(_);
Error returned from the Semaphore::acquire function.
An acquire operation can only fail if the semaphore has been
closed.
impl RefUnwindSafe for AcquireErrorimpl Send for AcquireErrorimpl Sync for AcquireErrorimpl Unpin for AcquireErrorimpl UnwindSafe for AcquireError