[][src]Function bin_stl::read_stl

pub fn read_stl<R: Read, P: Point, T: Triangle<P>>(
    rd: &mut R
) -> Result<STLData<T, P>, ParseError>