Macro crate_interface::call_interface
source · call_interface!() { /* proc-macro */ }
Expand description
Call a function in the interface.
It is not necessary to call it in the same crate as the implementation, but it is required that these crates are linked together.
See the crate-level documentation for more details.