Module rawr::structures::comment_list [] [src]

Paginated list of comments.

Structs

CommentList

A list of comments that can be iterated through. Automatically fetches 'more' links when necessary until all comments have been consumed, which can lead to pauses while loading from the API.

CommentStream

A stream of comments from oldest to newest that updates via polling every 5 seconds.