refactor(proto): replace anyhow with thiserror in writers

This commit is contained in:
Jindřich Moravec 2023-12-15 15:58:11 +01:00
parent bb39d138d8
commit 58c69928a1
5 changed files with 21 additions and 6 deletions

View file

@ -2,3 +2,4 @@ pub mod backend;
pub mod frontend;
pub mod oneway;
pub mod protowriter;
pub mod errors;