Type Alias c3p0_postgres::deadpool::managed::HookResult
source · pub type HookResult<E> = Result<(), HookError<E>>;Expand description
The result returned by hooks
Aliased Type§
enum HookResult<E> {
Ok(()),
Err(HookError<E>),
}