pub trait WriterContainer<W>{
// Required method
fn writer(&mut self) -> &mut W;
}
Expand description
Object which contains a Writer that can be borrowed
pub trait WriterContainer<W>{
// Required method
fn writer(&mut self) -> &mut W;
}
Object which contains a Writer that can be borrowed