project-chip / rs-matter

Rust implementation of the Matter protocol. Status: Experimental
Apache License 2.0
310 stars 43 forks source link

Make the `Error` type usage in the tlv macros fully specified #142

Closed andy31415 closed 5 months ago

andy31415 commented 5 months ago

Before that, some code generation was referencing Error and required error to be imported in the global namespace. Macros should not depend on use statements in underlying code (and we mostly had Error already fully namespaced)