macro_rules! register_plugins {
( $indradb_interface_version:expr, $( $name:expr, $t:expr ),* ) => { ... };
}Expand description
Libraries use this macro to register their plugins.
macro_rules! register_plugins {
( $indradb_interface_version:expr, $( $name:expr, $t:expr ),* ) => { ... };
}Libraries use this macro to register their plugins.