Enum zmtp::Size [] [src]

pub enum Size {
    Short(u8),
    Long(u64),
}

Variants

Methods

impl Size
[src]

Trait Implementations

impl PartialEq for Size
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Size
[src]

impl Debug for Size
[src]

Formats the value using the given formatter.