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
Just like serde_json and other have helper functions in the crate root, this crate could also have them. E.g. parse<T: FromHex>(s: &str) -> Result<T, T::Error>.
The text was updated successfully, but these errors were encountered:
Just like
serde_json
and other have helper functions in the crate root, this crate could also have them. E.g.parse<T: FromHex>(s: &str) -> Result<T, T::Error>
.The text was updated successfully, but these errors were encountered: