timely_communication::allocator

Module generic

Source
Expand description

A generic allocator, wrapping known implementors of Allocate.

This type is useful in settings where it is difficult to write code generic in A: Allocate, for example closures whose type arguments must be specified.

Enumsยง

  • Enumerates known implementors of Allocate. Passes trait method calls on to members.
  • Enumerations of constructable implementors of Allocate.