Struct term::WriterWrapperExperimental
[-]
[+]
[src]
pub struct WriterWrapper { // some fields omitted }
A hack to work around the fact that Box<Writer + Send>
does not
currently implement Writer
.