Trait erased_serde::Serialize [] [src]

pub trait Serialize {
    fn erased_serialize(&self, _: &mut Serializer) -> Result<(), Error>;
}

Required Methods

Trait Implementations

impl<'a> Serialize for Serialize + 'a
[src]

Serializes this value into this serializer.

impl<'a> Serialize for Serialize + Send + 'a
[src]

Serializes this value into this serializer.

impl<'a> Serialize for Serialize + Sync + 'a
[src]

Serializes this value into this serializer.

impl<'a> Serialize for Serialize + Send + Sync + 'a
[src]

Serializes this value into this serializer.

Implementors