pub trait ColgroupExtension: HasAttributes + Sized {
    // Provided method
    fn span(self, value: impl IntoAttributeValue) -> Self { ... }
}

Provided Methods§

source

fn span(self, value: impl IntoAttributeValue) -> Self

Object Safety§

This trait is not object safe.

Implementors§