Struct mpdpopm::messages::MessageProcessor[][src]

pub struct MessageProcessor<'a, I1, I2> where
    I1: Iterator<Item = String> + Clone,
    I2: Iterator<Item = String> + Clone
{ /* fields omitted */ }
Expand description

Collective state needed for processing messages, both built-in & generalized

Implementations

Whip up a new instance; other than cloning the iterators, should just hold references in the enclosing scope

Read messages off the commands channel & dispatch ’em

Process a single command

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.