//! Scene wrapper for test data
use HashMap;
use SceneTemplate;
/// A scene containing test data created by the seeder
///
/// The scene wraps a template instance with the server response data.
/// Cleanup is handled by the owning `Play` instance when it is dropped.