Skip to main content

InfoQueryParser

Trait InfoQueryParser 

Source
pub trait InfoQueryParser {
    // Required methods
    fn parse_info(&self) -> Vec<&str>;
    fn wants_user_count(&self) -> bool;
    fn wants_subscription_count(&self) -> bool;
    fn wants_cache(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl InfoQueryParser for Option<&String>

Implementors§