fn load_from_file<ResourceAdaptor: LoadStore>(
read_file: &mut File,
adaptor: &ResourceAdaptor,
location: &StorageLocation,
) -> Result<ResourceAdaptor::ParamType>
fn load_from_file<ResourceAdaptor: LoadStore>(
read_file: &mut File,
adaptor: &ResourceAdaptor,
location: &StorageLocation,
) -> Result<ResourceAdaptor::ParamType>