Searched refs:convert_poison_error (Results 1 – 1 of 1) sorted by relevance
53 .map_err(convert_poison_error) in wait_timeout_while()57 fn convert_poison_error<T>(err: PoisonError<(T, WaitTimeoutResult)>) -> PoisonError<T> { in convert_poison_error() function