Type Definition condvar::CondVarResult [] [src]

type CondVarResult<Guard> = Result<(), PoisonError<Guard>>;