Module poloto::prelude[][src]

Macros

wr

Convenience macro to reduce code. Shorthand for ’move |w|write!(w,…)` Create a closure that will use write!() with the formatting arguments.

Traits

Write

A trait for writing or formatting into Unicode-accepting buffers or streams.