Rewrite one signature slightly
This commit is contained in:
parent
9746adf39c
commit
7564cf69d0
@ -39,8 +39,7 @@ pub struct OpenMesh {
|
||||
|
||||
impl OpenMesh {
|
||||
|
||||
pub fn append<T>(meshes: T) -> OpenMesh
|
||||
where T: IntoIterator<Item = OpenMesh>
|
||||
pub fn append<T: IntoIterator<Item = OpenMesh>>(meshes: T) -> OpenMesh
|
||||
{
|
||||
let mut v: Vec<Vertex> = vec![];
|
||||
let mut f: Vec<Tag> = vec![];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user