Enum cdrs::frame::Version [] [src]

pub enum Version {
    Request,
    Response,
}

Frame's version

Variants

Trait Implementations

impl Debug for Version
[src]

Formats the value using the given formatter.

impl AsByte for Version
[src]

It should represent a struct as a single byte.

impl From<Vec<u8>> for Version
[src]

Performs the conversion.