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

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

Describes how this implementation type is serialized.

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...