Skip to main content
Sealed
pyo3
0.28.3
Sealed
Implementations on Foreign Types
Arc<RwLock<R, T>>
RwLock<R, T>
RwLock<T>
Implementors
In pyo3::
sync::
rwlock_
ext_
sealed
pyo3
::
sync
::
rwlock_ext_sealed
Trait
Sealed
Copy item path
Source
pub trait Sealed { }
Implementations on Foreign Types
§
Source
§
impl<R, T>
Sealed
for
Arc
<RwLock<R, T>>
Available on
crate feature
arc_lock
only.
Source
§
impl<R, T>
Sealed
for RwLock<R, T>
Available on
crate feature
lock_api
only.
Source
§
impl<T>
Sealed
for
RwLock
<T>
Implementors
§
⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here