Open thomasqueirozb opened 10 months ago
Had to add an extra crate to define the proc macro. Wasn't sure about the name of the macro to derive Vec<...> and ended up with VecApiResult. If someone comes up with something better I'd be happy to change it.
Vec<...>
VecApiResult
Had to add an extra crate to define the proc macro. Wasn't sure about the name of the macro to derive
Vec<...>
and ended up withVecApiResult
. If someone comes up with something better I'd be happy to change it.