pub trait LoadContents: Send + Sync + 'static { }
Marker trait saying that data can be loaded from file.