Function written [src]

Prototype

pub fn written(a: *Allocating) []u8

Parameters

a: *Allocating

Source

pub fn written(a: *Allocating) []u8 { return a.writer.buffered(); }