Type Alias DynWeak

Source
type DynWeak = Weak<dyn Any + Sync + Send>;

Aliased Typeยง

struct DynWeak { /* private fields */ }