Type Alias Handle

Source
pub type Handle = usize;
Expand description

A handle to data registered in a specific Registry.

A handle is returned when an element is registered in a registry. It can be passed back to the registry to get a mutable reference to the same data.