1
2
3
4
//! Types that are tied to objects, but aren't objects themselves

pub mod path;
pub mod surface;