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 + 'a + Send
[src]

Serializes this value into this serializer.

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

Serializes this value into this serializer.

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

Serializes this value into this serializer.

Implementors