Closed keldonin closed 2 months ago
This PR implements C_CopyObject(). It takes a template as an optional argument (i.e. Option<&[Attribute]>).
C_CopyObject()
Option<&[Attribute]>
The PR comes along with rustdoc and dedicated test case.
The CI script fails for the reason described in #216, can this be looked at? I guess it will block all PRs going forward.
Thank you!
This PR implements
C_CopyObject()
. It takes a template as an optional argument (i.e.Option<&[Attribute]>
).The PR comes along with rustdoc and dedicated test case.