Skip to main content

Sealed

Trait Sealed 

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