Trait clacks::BoxedSerialize [] [src]

pub trait BoxedSerialize {
    fn serialize_boxed<'this>(
        &'this self
    ) -> (ConstructorNumber, &'this BareSerialize); }

Required Methods

Implementations on Foreign Types

impl BoxedSerialize for bool
[src]

[src]

impl<T> BoxedSerialize for Box<T> where
    T: BoxedSerialize
[src]

[src]

Implementors