Trait scyllax::executor::GetPreparedStatement

source ·
pub trait GetPreparedStatement<T: Query> {
    // Required method
    fn get(&self) -> &PreparedStatement;
}

Required Methods§

Implementors§