reactive_graph_std_connector/providers.rs
1use reactive_graph_plugin_api::prelude::providers::*;
2
3#[derive(TypeProvider, Component)]
4#[type_provider(tys = "Components", path = "types/components")]
5pub struct ConnectorComponentsProvider {}
6
7#[derive(TypeProvider, Component)]
8#[type_provider(tys = "RelationTypes", path = "types/relations")]
9pub struct ConnectorRelationTypesProvider {}