Macro uniffi_macros::custom_newtype
source · 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.