1 2 3 4
/// This trait can be used to create an empty instance of an struct. pub trait Empty { fn empty() -> Self; }