Model is moved
This commit is contained in:
parent
28189bbd33
commit
c9ad3b05a5
@ -44,7 +44,7 @@ pub trait Exporter {
|
||||
type Error;
|
||||
|
||||
/// 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user