Home
last modified time | relevance | path

Searched refs:convert_poison_error (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/vmclient/src/
Dsync.rs53 .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