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

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

Gets the intermediate type an ImplType is converted into,to serialize it.

Associated Types

type Proxy: 'borr

The intermediate type an ImplType is converted into,to serialize it

Loading content...

Implementors

Loading content...