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§

source

type Proxy: 'borr

The intermediate type.

Object Safety§

This trait is not object safe.

Implementors§