pub trait AttributeExt {
// Required method
fn padded_len(&self) -> usize;
}Expand description
Automatically implemented trait providing some helper functions for Attributes.
Required Methods§
Sourcefn padded_len(&self) -> usize
fn padded_len(&self) -> usize
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".