pub trait ContainerExt: LayoutExt {
// Provided method
fn padding(self, padding: impl Into<Gaps>) -> Self { ... }
}Expand description
Method for setting an element’s inner padding.
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".