[][src]Function linux::util::retry::retry

pub fn retry<T: SignedInt>(f: impl FnMut() -> T) -> Result<T>