private traits? #241
-
I'm trying to implement a type containing a
Obviously this does not work as Even something simple as It feels like I'm overlooking something really simple here, but I can't find it |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Ultimately glam is not a generic library. Some generics are used internally but the internal implementation is subject to change. I have a work in progress architecture document that goes into more depth here https://github.com/bitshifter/glam-rs/blob/architecture/ARCHITECTURE.md |
Beta Was this translation helpful? Give feedback.
-
It's really no problem, I'm still trying to write the manual 🙂 The deref to XYZ does confuse people as well. |
Beta Was this translation helpful? Give feedback.
Ultimately glam is not a generic library. Some generics are used internally but the internal implementation is subject to change.
I have a work in progress architecture document that goes into more depth here https://github.com/bitshifter/glam-rs/blob/architecture/ARCHITECTURE.md