Trait iced::widget::markdown::Catalog

source ·
pub trait Catalog:
    Catalog
    + Catalog
    + Catalog {
    // Required method
    fn code_block<'a>() -> Self::Class<'a>;
}
Available on crate feature markdown only.
Expand description

The theme catalog of Markdown items.

Required Methods§

source

fn code_block<'a>() -> Self::Class<'a>

The styling class of a Markdown code block.

Object Safety§

This trait is not object safe.

Implementors§