t / t4018 / rust-traiton commit Merge branch 'es/local-atomic-push-failure-with-http' (f87ee7f)
   1unsafe trait RIGHT<T> {
   2    fn len(&self) -> u32;
   3    fn ChangeMe(&self, n: u32) -> T;
   4    fn iter<F>(&self, f: F) where F: Fn(T);
   5}