View Source TypeCheck.DefaultOverrides.IO.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() :: %IO.Stream{device: term(), line_or_bytes: term(), raw: term()}

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

Full definition:

t() :: %IO.Stream{device: term(), line_or_bytes: term(), raw: term()}