use crateTag;
/// Unique tags that also hold additional `u6` data used to dispatch to the
/// correct handler function.
///
/// The reason only `u6` is used is that the first 2 bits are reserved for
/// future use cases. `AbstractProcesses` can have at most 16 handler functions
/// and this should be enough space to encode all of them.
pub ;