iced::widget::markdown

Trait 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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§