pub trait Value {
// Required method
fn ref_any(&self) -> Option<&dyn Any>;
}Expand description
Required Methods§
Implementations on Foreign Types§
source§impl<T: Value + ?Sized> Value for RwLockWriteGuard<'_, T>
Available on crate feature std only.
impl<T: Value + ?Sized> Value for RwLockWriteGuard<'_, T>
Available on crate feature
std only.