Use of 3rd party struct in own library, is it possible? #3568
Unanswered
dmatos2012
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am starting to play around with
maturin
and I love it so far. However, I ran into an issue trying to have a function accept a struct from 3rd party library, particularly from the geo crate. I found this solution on stackoverflow, but not sure if thats the only way? This is what I have so far:Then it errors with:
I cannot implement since I do not own the struct. Thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions