macro_rules! module_to_addr {
($mod:ident) => { ... };
}
Expand description
Converts ident to module address.
Mostly to be used with module’s functions.
macro_rules! module_to_addr {
($mod:ident) => { ... };
}
Converts ident to module address.
Mostly to be used with module’s functions.