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

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

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

Associated Types

type Proxy: 'borr[src]

The intermediate type.

Loading content...

Implementors

Loading content...