Type Alias WriterRef

Source
pub type WriterRef<'a, T> = dyn Writer<'a, Buffer = T>;
Expand description

A short-hand notation for a generic writer implementation.