Function object_cache::app_db::get

source ·
pub async fn get<T>(connection_pool: &Pool<Sqlite>) -> Result<T, AppError>where
    T: ?Sized + Serialize + DeserializeOwned + Debug + DbCache,