View Source TypeCheck.DefaultOverrides.File.Stream (TypeCheck v0.13.7)

Summary

Types

t()

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Types

@type t() :: %File.Stream{
  line_or_bytes: term(),
  modes: term(),
  node: term(),
  path: term(),
  raw: term()
}

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

t() :: %File.Stream{line_or_bytes: term(), modes: term(), path: term(), raw: term()}