Module Async_unix.Read_write.Export

type ('a, 'z) read_write_ = private ('a'zany = {
mutable read : 'a;
mutable write : 'a;
}