Feedistiller.Feeder.Channel (feedistiller v3.2.0)
Holds feed + entries informations. This is used as a default container
to return feed information when Feeder.parse/1 is used.
Link to this section Summary
Link to this section Types
Specs
t() :: %Feedistiller.Feeder.Channel{
entries: [Feedistiller.Feeder.Entry.t()],
feed: Feedistiller.Feeder.Feed.t()
}