Struct solana::entry_writer::EntryWriter[][src]

pub struct EntryWriter<'a, W> { /* fields omitted */ }

Methods

impl<'a, W: Write> EntryWriter<'a, W>
[src]

Create a new Tpu that wraps the given Bank.

Auto Trait Implementations

impl<'a, W> Send for EntryWriter<'a, W> where
    W: Send

impl<'a, W> Sync for EntryWriter<'a, W> where
    W: Sync