Struct str_stack::Writer [] [src]

pub struct Writer<'a>(_);

Methods

impl<'a> Writer<'a>
[src]

Finish pushing the string onto the stack and return its index.

Trait Implementations

impl<'a> Write for Writer<'a>
[src]

Writes a slice of bytes into this writer, returning whether the write succeeded. Read more

Writes a [char] into this writer, returning whether the write succeeded. Read more

Glue for usage of the [write!] macro with implementors of this trait. Read more

impl<'a> Drop for Writer<'a>
[src]

A method called when the value goes out of scope. Read more