stevenarella/src/ui
ice_iix e8558b427a Fix clippy::type_complexity, refactor type alias
Use a type alias to refactor the submit_funcs type definition, as a
vector of boxed SubmitFuncs. Note this type alias isn't used in the
parameterized add_submit_func() function because it accepts a trait, not
a type - no `dyn` keyword in this context, but it is needed in the type
definition.
2022-10-30 15:27:28 -07:00
..
logo.rs Update to Rust 1.59.0 (#718) 2022-08-28 08:27:39 -07:00
mod.rs Fix clippy::type_complexity, refactor type alias 2022-10-30 15:27:28 -07:00