You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for optional arguments. We can either somehow interpret Option<T> arguments as optional or maybe add an attribute #[default] to tell the dispatcher-derive to use unwrap_or_default for this argument.
The text was updated successfully, but these errors were encountered:
Add support for optional arguments. We can either somehow interpret
Option<T>
arguments as optional or maybe add an attribute#[default]
to tell the dispatcher-derive to useunwrap_or_default
for this argument.The text was updated successfully, but these errors were encountered: