usecrate::objects::Sketch;/// Build a [`Sketch`]
////// See [module-level documentation] for context.
////// [module-level documentation]: super
pubtraitBuildSketch{/// Create a sketch with no regions
fnempty()-> Sketch{Sketch::new([])}}implBuildSketch forSketch{}