|  7ee5143d45 # Objective - Fixes #15447 ## Solution - Remove the `Return::Unit` variant and use a `Return::Owned` variant holding a unit `()` type. ## Migration Guide - Removed the `Return::Unit` variant; use `Return::unit()` instead. --------- Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com> | ||
|---|---|---|
| .. | ||
| args | ||
| dynamic_function_mut.rs | ||
| dynamic_function.rs | ||
| error.rs | ||
| function.rs | ||
| info.rs | ||
| into_function_mut.rs | ||
| into_function.rs | ||
| macros.rs | ||
| mod.rs | ||
| reflect_fn_mut.rs | ||
| reflect_fn.rs | ||
| registry.rs | ||
| return_type.rs | ||