macro_rules! sudachi_dso_plugin {
($plugin_type:ty, $impl_type:ty) => { ... };
}Expand description
Create an entry point into sudachi DSO plugin
macro_rules! sudachi_dso_plugin {
($plugin_type:ty, $impl_type:ty) => { ... };
}Create an entry point into sudachi DSO plugin