Marker

Type Alias Marker 

Source
type Marker<T> = PhantomData<fn() -> T>;

Aliased Typeยง

struct Marker<T>;