Macro hooks_core::UpdateHookUninitialized

source ยท
macro_rules! UpdateHookUninitialized {
    ($value:ty $(, $($bounds:tt)*)?) => { ... };
    (@ extract_lifetimes_from_generics {
        value! { $value:ty }
        params_name! {$(
            $($lt:lifetime)?
            $($tp0:ident $($tp1:ident)?)?
        ),+}
        // explicitly specified lifetime bounds
        bounds! { $($bounds:tt)* }
    }) => { ... };
}
Expand description

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