Struct wikipedia::iter::Category  
            
                [−]
            
        [src]
pub struct Category {
    pub title: String,
}Fields
| title | 
pub struct Category {
    pub title: String,
}| title | 
impl IterItem for Categoryfn request_next<A: HttpClient>(page: &Page<A>, cont: &Option<Vec<(String, String)>>) -> Result<(Vec<Value>, Option<Vec<(String, String)>>)>fn from_value(value: &Value) -> Option<Category>impl PartialEq for Categoryimpl Debug for Category