# Objective In `bevy_enhanced_input`, I'm trying to associate `Actions` with a schedule. I can do this via an associated type on a trait, but there's no way to construct the associated label except by requiring a `Default` implementation. However, Bevy labels don't implement `Default`. ## Solution Add `Default` to all built-in labels. I think it should be useful in general. |
||
|---|---|---|
| .. | ||
| schemas | ||
| builtin_methods.rs | ||
| http.rs | ||
| lib.rs | ||