Static dyer::plugin::FNMAP[][src]

pub static mut FNMAP: Vec<(&'static str, *const ())>
Expand description

A vector of tuple which contians function name(&str) and function pointer (*const ()),

it should initialize before the program starts