WeakState

Type Alias WeakState 

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

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

Aliased Typeยง

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