reactive_graph_std_date_time/
providers.rs

1use reactive_graph_plugin_api::prelude::providers::*;
2
3#[derive(TypeProvider, Component)]
4#[type_provider(tys = "Components", path = "types/components")]
5pub struct DateTimeComponentsProvider {}
6
7#[derive(TypeProvider, Component)]
8#[type_provider(tys = "EntityTypes", path = "types/entities")]
9pub struct DateTimeEntityTypesProvider {}
10
11#[derive(TypeProvider, Component)]
12#[type_provider(tys = "RelationTypes", path = "types/relations")]
13pub struct DateTimeRelationTypesProvider {}