pub fn save_stl_ascii<M, P, W>(write: &mut W, mesh: &M) -> StlResult<()>where M: IsMesh3D<P>, P: IsBuildable3D, W: Write,
Saves an IsMesh3D in the ASCII .stl file format