Expand description
Contains the definition of the handler ID which is used for referencing event handlers after registration.
Structs§
- Handler
Id - An ID for an event handler that consists of random bytes. Uniqueness depends on sufficient randomness in generation.
Constants§
- HANDLER_
ID_ BYTES - The number of random bytes contained in a handler ID. This should be sufficiently high to resist random as well as maliciously crafted collisions.