Trait codecs::encoding::format::Serializer
source · pub trait Serializer:
Encoder<Event, Error = Error>
+ DynClone
+ Debug
+ Send
+ Sync { }
Expand description
Serialize a structured event into a byte frame.