improve derive macro by not making it so reliant on how the type is written (with or without :: in an option)

This commit is contained in:
OMGeeky
2023-06-04 11:28:20 +02:00
parent a6b301fd32
commit d92139785e
4 changed files with 24 additions and 8 deletions

View File

@@ -1,4 +1,3 @@
use crate::prelude::*;
use nameof::name_of;
use google_bigquery_v2::data::query_builder::QueryResultType;