Function design_pattern_examples_rust::strategy::create_entries
source · fn create_entries() -> Vec<EntryInformation>
Expand description
Helper function to create a list of entries that can be sorted in various ways.
Returns
Returns a list of EntryInformation objects that can be sorted.