Trait refinery_core::traits::sync::Query
source · pub trait Query<T>: Transaction {
// Required method
fn query(&mut self, query: &str) -> Result<T, Self::Error>;
}pub trait Query<T>: Transaction {
// Required method
fn query(&mut self, query: &str) -> Result<T, Self::Error>;
}