Type Definition deadpool::managed::HookResult

source ·
pub type HookResult<E> = Result<(), HookError<E>>;
Expand description

The result returned by hooks