Struct cdrs::frame::frame_supported::BodyResSupported [] [src]

pub struct BodyResSupported {
    pub data: HashMap<String, Vec<String>>,
}

Fields

Trait Implementations

impl Debug for BodyResSupported
[src]

[src]

Formats the value using the given formatter.

impl FromCursor for BodyResSupported
[src]

[src]

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