pub type Snatchable<T> = SnatchableInner<Option<T>>;Aliased Type§
pub struct Snatchable<T> {
value: UnsafeCell<Option<T>>,
}Fields§
§value: UnsafeCell<Option<T>>pub type Snatchable<T> = SnatchableInner<Option<T>>;pub struct Snatchable<T> {
value: UnsafeCell<Option<T>>,
}value: UnsafeCell<Option<T>>