-
-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
// TODO: Handle paste reexport from Tauri Specta as it won't exist in userspace.
#[macro_export]
macro_rules! commands {
($($command:ident),* $(,)?) => {
{
$(
println!("{} {:?}", stringify!($command), $crate::internal::_tauri_specta_paste! { [<__cmd__ $command>]!(@meta args) });
)*
}
};
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels