Model is moved

This commit is contained in:
Thomas Forgione 2018-11-04 10:38:46 +01:00
parent 28189bbd33
commit c9ad3b05a5
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ pub trait Exporter {
type Error; type Error;
/// Performs the export in the specified output directory. /// Performs the export in the specified output directory.
fn export(&self, model: &Model, output_dir: &str) -> Result<Self::Output, Self::Error>; fn export(&self, model: Model, output_dir: &str) -> Result<Self::Output, Self::Error>;
} }
/// Serialize a 3D element. /// Serialize a 3D element.