Struct cdrs::frame::frame_error::SimpleError [] [src]

pub struct SimpleError {}

Is used if error does not contain any additional info.

Trait Implementations

impl Debug for SimpleError
[src]

Formats the value using the given formatter.

impl FromCursor for SimpleError
[src]

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