fn default_timeline<'a>(
timelines: impl IntoIterator<Item = &'a Timeline>,
) -> Timeline
Expand description
Pick the timeline that should be the default, prioritizing user-defined ones.
fn default_timeline<'a>(
timelines: impl IntoIterator<Item = &'a Timeline>,
) -> Timeline
Pick the timeline that should be the default, prioritizing user-defined ones.