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