pub trait AttributeExt {
// Required method
fn padded_len(&self) -> usize;
}Expand description
Automatically implemented trait providing some helper functions for Attributes.
pub trait AttributeExt {
// Required method
fn padded_len(&self) -> usize;
}Automatically implemented trait providing some helper functions for Attributes.