macro_rules! Hook { ($value:ty $(, $($bounds:tt)*)? ) => { ... }; }
Expands to an opaque type impl Hook with type of Value.
impl Hook
Value