macro_rules! module_to_addr {
    ($mod:ident) => { ... };
}
Expand description

Converts ident to module address.

Mostly to be used with module’s functions.