Snatchable

Type Alias Snatchable 

Source
pub type Snatchable<T> = SnatchableInner<Option<T>>;

Aliased Type§

pub struct Snatchable<T> {
    value: UnsafeCell<Option<T>>,
}

Fields§

§value: UnsafeCell<Option<T>>