pub async fn list_scenes( store: &SqliteStore, ) -> Result<Vec<MemScene>, MemoryError>
List all MemScenes from the store.
MemScenes
Returns an error if the SQLite query fails.
SQLite