Macro Hook

Source
macro_rules! Hook {
    ($value:ty $(, $($bounds:tt)*)? ) => { ... };
}
Expand description

Expands to an opaque type impl Hook with type of Value.