@TauriApps hi, is it possible for the tauri::State to hold a mutable struct? I am getting "cannot borrow as mutable" when I try to call a mut fn on the struct in the state. #rustLang #tauriapps
@TauriApps ah-ah Mutex wrapper and lots of unwraps to the rescue :)