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