Type Definition deadpool::managed::HookResult

source · []
pub type HookResult<E> = Result<(), HookError<E>>;
Available on crate feature managed only.
Expand description

The result returned by hooks