trevyn / turbosql

An easy local data persistence layer for Rust, backed by SQLite.
208 stars 8 forks source link

Parse result type as Type instead of Ident #26

Closed trevyn closed 9 months ago

trevyn commented 2 years ago
select!(mod_name::StructName)

(Workaround: use mod_name::StructName;)