Trait AttributeExt

Source
pub trait AttributeExt {
    // Required method
    fn padded_len(&self) -> usize;
}
Expand description

Automatically implemented trait providing some helper functions for Attributes.

Required Methods§

Source

fn padded_len(&self) -> usize

The length in bytes of an Attribute as stored in a Message including any padding and the attribute header.

Implementors§