Macro register_plugins

Source
macro_rules! register_plugins {
    ( $indradb_interface_version:expr, $( $name:expr, $t:expr ),* ) => { ... };
}
Expand description

Libraries use this macro to register their plugins.