Defines a ExCmd.Stream struct returned by ExCmd.stream!/2.
ExCmd.Stream
ExCmd.stream!/2
Struct members are private, do not depend on them
@type t() :: %ExCmd.Stream{ cmd_with_args: [String.t()], process_opts: keyword(), stream_opts: map() }