mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 16:35:11 +01:00
6 lines
157 B
Rust
6 lines
157 B
Rust
#[proc_macro_derive(DataSourceModel)]
|
|
pub fn data_source_model(
|
|
_input: proc_macro::TokenStream,
|
|
) -> proc_macro::TokenStream {
|
|
Default::default()
|
|
}
|