pub type RiHookId = String;
Type alias for hook IDs.
Hook IDs are used to identify hook handlers and can be used for debugging and logging purposes.
pub struct RiHookId { /* private fields */ }