pub type Value<'hook, H> = <H as HookValue<'hook>>::Value;
Type alias for HookValue::Value.
HookValue::Value
In the future, when HookValue changed to GAT, this type alias would still works.
HookValue