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

pub trait SerializeImplType: ImplType {
    fn serialize_impl<'a>(&'a self) -> Result<RCow<'a, RStr<'a>>, RBoxError>;
}

Describes how this implementation type is serialized.

Required methods

fn serialize_impl<'a>(&'a self) -> Result<RCow<'a, RStr<'a>>, RBoxError>

Loading content...

Implementors

Loading content...