Struct str_stack::Writer [] [src]

pub struct Writer<'a>(_);

Methods

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

[src]

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

Trait Implementations

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

[src]

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

[src]

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

1.0.0
[src]

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

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

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a> Send for Writer<'a>

impl<'a> Sync for Writer<'a>