pub fn iter() -> impl Iterator<Item = &'static RegisteredInterface>Expand description
Iterator over every interface registered in the linked plugin crate.
Used by the #[export] macro to populate cfmp_query_interfaces
without requiring the plugin author to redeclare the list.