Massive refactor
This commit is contained in:
1
src/error.rs
Normal file
1
src/error.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub type Result<T, E = Error> = anyhow::Result<T, E>;
|
||||
Reference in New Issue
Block a user