imag/libimagstore/src/hook/result.rs

4 lines
76 B
Rust
Raw Normal View History

2016-03-04 15:43:01 +00:00
use hook::error::HookError;
pub type HookResult<T> = Result<T, HookError>;