Trait meshlite::mesh::Export

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

Required Methods

Implementors