Type Definition atelier_assembler::FileReader [−][src]
type FileReader = fn(_: &mut File) -> Result<Model>;
Expand description
A Function type used to read a particular format into a model.
type FileReader = fn(_: &mut File) -> Result<Model>;
A Function type used to read a particular format into a model.