custom_newtype!() { /* proc-macro */ }
Expand description
Generate the FfiConverter
and the UniffiCustomTypeConverter
implementations for a
Custom Type - ie, for a <T>
which implements UniffiCustomTypeConverter
via the
newtype idiom.
custom_newtype!() { /* proc-macro */ }
Generate the FfiConverter
and the UniffiCustomTypeConverter
implementations for a
Custom Type - ie, for a <T>
which implements UniffiCustomTypeConverter
via the
newtype idiom.