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.