4 lines
76 B
Rust
4 lines
76 B
Rust
|
use hook::error::HookError;
|
||
|
|
||
|
pub type HookResult<T> = Result<T, HookError>;
|