Type Alias WeakMapRefS

Source
pub type WeakMapRefS<K, V> = WeakMapRef<K, V, { _ }>;

Aliased Typeยง

struct WeakMapRefS<K, V>(/* private fields */);