pub trait PendingQuery {
    fn query(&self) -> String;
}

Required Methods

Implementors