pub trait ToQuery<T: LinkType> {
    fn to_query(&self) -> Query<'_, T>;
}

Required methods

Implementations on Foreign Types

Implementors