//! Module with primitives pertaining to generic entity creations.
/// Trait to be able to create structs in contexts where the concrete type may not be known ahead of
/// time.
/// A dummy placeholder type that can be used in traits requiring [`CreateFrom`] if using an actual
/// type does not make sense.