WeakReference

Type Alias WeakReference 

Source
pub type WeakReference<T> = WeakReference<Platform, T>;
Expand description

Polyhorn core weak reference type that is specialized for the iOS platform.

Aliased Typeยง

pub struct WeakReference<T>(/* private fields */);