Currently the macros takes the output type as an indent rather than a path (<https://github.com/kyrias/sqlx-conditional-queries/blob/1cc12c6402d4da3bd2bc83fd58dd3b2a3ed9443c/core/src/parse.rs#L6>). This is silly since it means the type has to be in the local scope.
Currently the macros takes the output type as an indent rather than a path (
sqlx-conditional-queries/core/src/parse.rs
Line 6 in 1cc12c6