pub trait AsQuery {
    fn as_query(&self) -> Result<Option<String>>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§