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

Aliased Type§

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