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
Most of the Rust libraries for accessing MySQL allow named parameters using the :name syntax, it would be ideal to be able to parse these as an ItemPlaceholder::Named(String).