BoxedSerializer

Type Alias BoxedSerializer 

Source
pub type BoxedSerializer<'ser> = Box<dyn Serializer<'ser, Item = Result<Event<'ser>, Error>> + 'ser>;
Expand description

Boxed version of a Serializer.

Aliased Typeยง

pub struct BoxedSerializer<'ser>(/* private fields */);