I found Primitive through Google but it appears to be from a pre-beta version and my compiler (beta 3) complains that it can't find it. Can anyone point me to where it has moved or if there is an equivalent? Web searching hasn't thrown up anything promising
相关问题
- Share Arc between closures
- Function references: expected bound lifetime param
- Pattern matching on slices
- How can I iteratively call Sha256::digest, passing
- Destructure a vector into variables and give away
相关文章
- How can I convert a f64 to f32 and get the closest
- What is a good way of cleaning up after a unit tes
- How can I unpack (destructure) elements from a vec
- How to import macros in Rust?
- How to get struct field names in Rust? [duplicate]
- Confusion between [T] and &[T]
- How do I initialize an opaque C struct when using
- What's the most idiomatic way to test two Opti
It was removed, since it wasn't being used at the time.
You can write your own marker trait of the form, though.