Macro hooks_core::Hook

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

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