custom_type!() { /* proc-macro */ }Expand description
Generate the FfiConverter implementation for a Custom Type - ie,
for a <T> which implements UniffiCustomTypeConverter.
custom_type!() { /* proc-macro */ }Generate the FfiConverter implementation for a Custom Type - ie,
for a <T> which implements UniffiCustomTypeConverter.