pub fn use_command<T>(cmd: &'static str) -> UseTauriWithReturn<(), T>where T: DeserializeOwned + Clone + Send + Sync + 'static,