1 2 3
pub fn rusqlite_other_error(msg: impl Into<String>) -> tokio_rusqlite::Error { tokio_rusqlite::Error::Other(msg.into().into()) }