Type Alias Value

Source
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.