pub type Result<D = Mesh> = Result<D, Error>;Expand description
This result may contain the parsed crate::geometry::mesh::Mesh or the self::Result that occurred.
Aliased Type§
pub enum Result<D = Mesh> {
Ok(D),
Err(Error),
}pub type Result<D = Mesh> = Result<D, Error>;This result may contain the parsed crate::geometry::mesh::Mesh or the self::Result that occurred.
pub enum Result<D = Mesh> {
Ok(D),
Err(Error),
}