//! Re-exports of layer-3 marks.
//!//! `Mark` is the trait every visual element implements; the rest are concrete
//! mark types ready to be added to a [`Figure`](crate::figures::Figure).
pubusecrate::components::marks::{DataExtent, LineMark, Mark, PointMark};