Trait meshlite::mesh::Import

source ·
pub trait Import {
    fn import(&mut self, filename: &str) -> Result<()>;
}

Required Methods

Implementors