Hi,
What is next() doing? in the below code? And is there documentation or something about how to use the next()? Thanks!
for node in document.find(Class("question-summary")).take(5) {
let question = node.find(Class("question-hyperlink")).next().unwrap();