Module Async_udp.Ready_iter
module Ok : sig ... endinclude Async.Unix.Syscall_result.S with type Ready_iter.ok_value := Ok.t
type t= Ok.t Async.Unix.Syscall_result.t
val compare : t -> t -> intval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval equal : t Core__.Import.Equal.equalval create_ok : Ok.t -> tval create_error : Core__.Unix_error.t -> tval is_ok : t -> boolval is_error : t -> boolval to_result : t -> (Ok.t, Core__.Unix_error.t) Core__.Import.Result.tval ok_exn : t -> Ok.tval error_exn : t -> Core__.Unix_error.tval reinterpret_error_exn : t -> 'a Async.Unix.Syscall_result.tval ok_or_unix_error_exn : t -> syscall_name:string -> Ok.tval ok_or_unix_error_with_args_exn : t -> syscall_name:string -> 'a -> ('a -> Core__.Import.Sexp.t) -> Ok.t
module Optional_syntax : sig ... endmodule Private : sig ... end