CallbackToken

value class CallbackToken<I, O>

A normalized identification of a callback's origin, agnostic to its instance.

This is meant to be used with callbacks that receive a parameter and return a value. For other kinds of callbacks, there are more specific versions:

Parameters

I

The type of parameter the callback receives.

O

The type of return of the callback.