[][src]Module bracket::output

Trait and type for rendering to destinations.

Structs

StringOutput

Output type that buffers into a string.

Writer

Output type that wraps an io::Write writer.

Traits

Output

Trait for types that we can render to.