Struct cdrs::frame::frame_result::BodyResResultVoid [] [src]

pub struct BodyResResultVoid {}

Body of a response of type Void

Methods

impl BodyResResultVoid
[src]

Empty result body.

Trait Implementations

impl Debug for BodyResResultVoid
[src]

Formats the value using the given formatter.

impl FromBytes for BodyResResultVoid
[src]

It gets and array of bytes and should return an implementor struct.

impl FromCursor for BodyResResultVoid
[src]

It should return an implementor from an io::Cursor over an array of bytes.