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