pub type WriterRef<'a, T> = dyn Writer<'a, Buffer = T>;
A short-hand notation for a generic writer implementation.