Struct jenga::Writer [] [src]

pub struct Writer<'a, 'b> where
    'a: 'b, 
{ /* fields omitted */ }

'a: lifetime of the frame 'b: the borrow of &mut Frame

Methods

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

[src]

Trait Implementations

impl<'a, 'b> Write for Writer<'a, 'b>
[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

Auto Trait Implementations

impl<'a, 'b> !Send for Writer<'a, 'b>

impl<'a, 'b> !Sync for Writer<'a, 'b>