pub use *;
pub use *;
/// A trait implemented by all geometry types.
/// If you want to implement your own geometry type, you must implement this trait.
///
/// Make sure to release the geometry handle when the geometry is dropped.
/// See [rtcReleaseGeometry](https://github.com/embree/embree/blob/master/doc/src/api/rtcReleaseGeometry.md).