[][src]Module mpd_protocol::response

Complete responses.

Re-exports

pub use frame::Frame;

Modules

frame

A succesful response to a command.

Structs

Error

A response to a command indicating an error.

Frames

Iterator over frames in a response, as returned by IntoIterator implementation on Response.

FramesRef

Iterator over frames in a response, as returned by Response::frames.

Response

Response to a command, consisting of an abitrary amount of frames, which are responses to individual commands, and optionally a single error.