Enum teil::ConnectionTypeMut
source · pub enum ConnectionTypeMut<'a> {
Connection(&'a mut Connection),
Transaction(&'a Transaction<'a>),
}Expand description
Inner structure to help execute inner code with less functions
pub enum ConnectionTypeMut<'a> {
Connection(&'a mut Connection),
Transaction(&'a Transaction<'a>),
}Inner structure to help execute inner code with less functions