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