1 2 3 4 5 6
pub trait ConstDefault { const DEFAULT: Self; } /// Re-exporting `Default` to prevent naming pollution. pub use core::default::Default;