Skip to main content

OptionalExtraHTMLData

Trait OptionalExtraHTMLData 

Source
pub trait OptionalExtraHTMLData {
    // Required method
    fn extra_html_data(&self) -> Option<ExtraHTMLData>;
}
Expand description

Types that may carry ExtraHTMLData on a render command’s extra_data field.

Required Methods§

Source

fn extra_html_data(&self) -> Option<ExtraHTMLData>

Returns host tag/style overrides, or None for default div styling.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl OptionalExtraHTMLData for ()

Implementors§