Macro hooky::define_hook [] [src]

macro_rules! define_hook {
    (
        $($rest:tt)*
    ) => { ... };
}