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
Currently the io-pattern needs to be passed to Sponge::start as a Vec<Call> but it would be much more convenient to have it take any type that is impl AsRef<[Call]>.