Macro hooky::define_initializer [] [src]

macro_rules! define_initializer {
    (fn $name:ident() $body:block) => { ... };
}