Static dyer::FNMAP

source · []
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