register_all

Macro register_all 

Source
macro_rules! register_all {
    ($($op: ty: $func: expr),*) => { ... };
}