pub fn categorymembers_recursive(
    bot: &Bot,
    title: &str
) -> Receiver<Result<Page>>
Expand description

Recursively get pages that are in given category. Note that it is fully possible to get pages multiple times if they’re present in multiple categories.

To prevent infinite loops, the generator keeps track of categories seen and will not recurse through it multiple times.