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