Trait abi_stable::erased_types::SerializeProxyType
source · pub trait SerializeProxyType<'borr>: InterfaceType {
type Proxy: 'borr;
}
Expand description
Determines the intermediate type a SerializeType
implementor is converted into,
and is then serialized.
Required Associated Types§
Object Safety§
This trait is not object safe.