pub fn impl_generic_query(
input: &ItemStruct,
query: String,
inner_entity_type: Option<&Type>,
) -> TokenStream
Expand description
Implements the [Query
] trait for a struct.
pub fn impl_generic_query(
input: &ItemStruct,
query: String,
inner_entity_type: Option<&Type>,
) -> TokenStream
Implements the [Query
] trait for a struct.