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 AcquireError
impl Send for AcquireError
impl Sync for AcquireError
impl Unpin for AcquireError
impl UnwindSafe for AcquireError