Struct itm::decoder::Decoder[][src]

pub struct Decoder<R: Read> { /* fields omitted */ }

Parses ITM packets.

Methods

impl<R: Read> Decoder<R>
[src]

Construct a new Decoder that reads encoded packets from inner.

Read a single packet from the inner Read. This will block for input if no full packet is currently an available.

Auto Trait Implementations

impl<R> Send for Decoder<R> where
    R: Send

impl<R> Sync for Decoder<R> where
    R: Sync