pub trait SlotExtension: Sized + HasAttributes {
// Provided method
fn name(self, value: impl IntoAttributeValue) -> Self { ... }
}
Provided Methods§
fn name(self, value: impl IntoAttributeValue) -> Self
Object Safety§
This trait is not object safe.