macro_rules! swift_plugin_binding {
($fn_name: ident) => { ... };
}
Expand description
Setups the binding that initializes a Swift plugin.
macro_rules! swift_plugin_binding {
($fn_name: ident) => { ... };
}
Setups the binding that initializes a Swift plugin.