Trait abi_stable::erased_types::SerializeProxyType[][src]

pub trait SerializeProxyType<'borr>: InterfaceType {
    type Proxy: 'borr;
}
Expand description

Determines the intermediate type a SerializeImplType implementor is converted into, and is then serialized.

Associated Types

The intermediate type.

Implementors