//! Element trait surface: numeric/float capabilities and cast helpers.
//!
//! One trait family per leaf module ([`numeric`], [`float`], [`cast`]); the
//! `private::Sealed` supertrait stays here so `crate::traits::private` remains
//! the single sealing point for the whole crate.
pub
pub use ;
pub use ;
pub use FloatElement;
pub use NumericElement;
pub use UnitScalar;