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