Function written [src]
Prototype
pub fn written(a: *Allocating) []u8 Parameters
a: *Allocating Source
pub fn written(a: *Allocating) []u8 {
return a.writer.buffered();
} pub fn written(a: *Allocating) []u8 a: *Allocating pub fn written(a: *Allocating) []u8 {
return a.writer.buffered();
}