Macro hooks_core::Value

source ·
macro_rules! Value {
    ($hook_ty:ty $(,)?) => { ... };
    ($hook_ty:ty , $lt:lifetime $(,)?) => { ... };
}
Expand description

Use this macro to get HookValue::Value.

In the future, when HookValue changed to GAT, this macro would still works.