macro_rules! __define_data_plugin {
($data_plugin:ident, $data_container:ty, |$ctx:ident| $body:expr) => { ... };
}
Expand description
Helper for define_data_plugin
macro_rules! __define_data_plugin {
($data_plugin:ident, $data_container:ty, |$ctx:ident| $body:expr) => { ... };
}
Helper for define_data_plugin