Skip to main content

RuntimeOperationLease

Trait RuntimeOperationLease 

Source
pub trait RuntimeOperationLease: Send { }
Expand description

Owned guard for one unit’s cross-process operation lease. Implementations release the lease when the guard is dropped.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§