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

pub struct BodyResResultVoid {}

Body of a response of type Void

Trait Implementations

impl Debug for BodyResResultVoid
[src]

Formats the value using the given formatter.

impl Default for BodyResResultVoid
[src]

Returns the "default value" for a type. Read more

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.