class BinData::Struct

def include_obj_for_io?(obj)

def include_obj_for_io?(obj)
  # Used by #do_read and #do_write, to ensure the stream is passed to
  # DelayedIO objects for delayed processing.
  include_obj?(obj) || DelayedIO === obj
end