[][src]Trait abi_stable::erased_types::SerializeImplType

pub trait SerializeImplType<'s> {
    type Interface: SerializeProxyType<'s>;
    pub fn serialize_impl(
        &'s self
    ) -> Result<<Self::Interface as SerializeProxyType<'s>>::Proxy, RBoxError>; }

Describes how a type is serialized by DynTrait.

Associated Types

type Interface: SerializeProxyType<'s>[src]

An InterfaceType implementor which determines the intermediate type through which this is serialized.

Loading content...

Required methods

pub fn serialize_impl(
    &'s self
) -> Result<<Self::Interface as SerializeProxyType<'s>>::Proxy, RBoxError>
[src]

Loading content...

Implementors

Loading content...